Html Css Color HEX #B732CE Dark Orchid

📋 copy color: '#B732CE'

red 183 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #B732CE

Tints of Dark Orchid #B732CE

RGB

 RED value IS 183 (71.88% from 255) = 41.69%

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

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

R = 41.69%
G = 11.39%
B = 46.92%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B732CE (or 0xB732CE) is known color: Dark Orchid. HEX triplet: B7, 32 and CE. RGB value is (183,50,206). Sum of RGB (Red+Green+Blue) = 183+50+206=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B732CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CE is #48CD31. Grayscale: #6B6B6B. Windows color (decimal): -4771122 or 13513399. OLE color: 13513399.

HSL color Cylindrical-coordinate representation of color #B732CE: hue angle of 291.15º 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 #B732CE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 50 206 -
CMYK 0.11 0.76 0 0.19
HSL 291.15º 0.61% 0.5% -
HSV(B) 291.15º 0.76% 0.81% -
XYZ 31.81 16.8 59.96 -
YUV 107.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 183 50 206 0.11 0.76 0 0.19 291.15 0.61 0.5
Hex B7 32 CE B 4C 0 13 123 3D 32
Octal 267 62 316 13 114 0 23 443 75 62
Binary 10110111 110010 11001110 1011 1001100 0 10011 100100011 111101 110010

Color Harmonies of #B732CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732CE

Black with #B732CE

Text Example


Text Example

White with #B732CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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