Html Css Color HEX #B352FE Medium Orchid

📋 copy color: '#B352FE'

red 179 ◦ green 82 ◦ blue 254

#B352FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B352FE

Tints of Medium Orchid #B352FE

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

 GREEN value IS 82 (32.42% from 255) = 15.92%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 34.76%
G = 15.92%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B352FE (or 0xB352FE) is known color: Medium Orchid. HEX triplet: B3, 52 and FE. RGB value is (179,82,254). Sum of RGB (Red+Green+Blue) = 179+82+254=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B352FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352FE is #4CAD01. Grayscale: #828282. Windows color (decimal): -5025026 or 16667315. OLE color: 16667315.

HSL color Cylindrical-coordinate representation of color #B352FE: hue angle of 273.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B352FE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 82 254 -
CMYK 0.30 0.68 0 0.00
HSL 273.84º 0.99% 0.66% -
HSV(B) 273.84º 0.68% 1% -
XYZ 39.5 22.77 96.08 -
YUV 130.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 179 82 254 0.30 0.68 0 0.00 273.84 0.99 0.66
Hex B3 52 FE 1E 44 0 0 112 63 42
Octal 263 122 376 36 104 0 0 422 143 102
Binary 10110011 1010010 11111110 11110 1000100 0 0 100010010 1100011 1000010

Color Harmonies of #B352FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352FE

Black with #B352FE

Text Example


Text Example

White with #B352FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352FE; }

 p { color: rgb(179,82,254); }

 H1.HeaderClassName
 {
   color: #B352FE;
 }
 .AnyTagClassName
 {
   color: #B352FE;
 }
</style>

background-color css

<style>
 a { background-color: #B352FE; }

 a { background-color: rgb(179,82,254); }

 div.DivClassName
 {
   background-color: #B352FE;
 }
 .BgClassName
 {
   background-color: #B352FE;
 }
</style>

border-color css

<style>
 span { border-color: #B352FE; }

 span { border-color: rgb(179,82,254); }

 td.TdClassName
 {
   border-color: #B352FE;
 }
 .TagClassName
 {
   border-color: #B352FE;
 }
</style>