Html Css Color HEX #B632CE Dark Orchid

📋 copy color: '#B632CE'

red 182 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #B632CE

Tints of Dark Orchid #B632CE

RGB

 RED value IS 182 (71.48% from 255) = 41.55%

 GREEN value IS 50 (19.92% from 255) = 11.42%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 41.55%
G = 11.42%
B = 47.03%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B632CE (or 0xB632CE) is known color: Dark Orchid. HEX triplet: B6, 32 and CE. RGB value is (182,50,206). Sum of RGB (Red+Green+Blue) = 182+50+206=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B632CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632CE is #49CD31. Grayscale: #6A6A6A. Windows color (decimal): -4836658 or 13513398. OLE color: 13513398.

HSL color Cylindrical-coordinate representation of color #B632CE: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B632CE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 50 206 -
CMYK 0.12 0.76 0 0.19
HSL 290.77º 0.61% 0.5% -
HSV(B) 290.77º 0.76% 0.81% -
XYZ 31.57 16.68 59.95 -
YUV 107.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 182 50 206 0.12 0.76 0 0.19 290.77 0.61 0.5
Hex B6 32 CE C 4C 0 13 123 3D 32
Octal 266 62 316 14 114 0 23 443 75 62
Binary 10110110 110010 11001110 1100 1001100 0 10011 100100011 111101 110010

Color Harmonies of #B632CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632CE

Black with #B632CE

Text Example


Text Example

White with #B632CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632CE; }

 p { color: rgb(182,50,206); }

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

background-color css

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

 a { background-color: rgb(182,50,206); }

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

border-color css

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

 span { border-color: rgb(182,50,206); }

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