Html Css Color HEX #B731CE Dark Orchid

📋 copy color: '#B731CE'

red 183 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #B731CE

Tints of Dark Orchid #B731CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.19%

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

R = 41.78%
G = 11.19%
B = 47.03%

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

#B731CE (or 0xB731CE) is known color: Dark Orchid. HEX triplet: B7, 31 and CE. RGB value is (183,49,206). Sum of RGB (Red+Green+Blue) = 183+49+206=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 49 (19.53% from 255 or 11.19% 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 #B731CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731CE is #48CE31. Grayscale: #6A6A6A. Windows color (decimal): -4771378 or 13513143. OLE color: 13513143.

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

Color convert

RGB 183 49 206 -
CMYK 0.11 0.76 0 0.19
HSL 291.21º 0.62% 0.5% -
HSV(B) 291.21º 0.76% 0.81% -
XYZ 31.77 16.72 59.95 -
YUV 106.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 183 49 206 0.11 0.76 0 0.19 291.21 0.62 0.5
Hex B7 31 CE B 4C 0 13 123 3E 32
Octal 267 61 316 13 114 0 23 443 76 62
Binary 10110111 110001 11001110 1011 1001100 0 10011 100100011 111110 110010

Color Harmonies of #B731CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731CE

Black with #B731CE

Text Example


Text Example

White with #B731CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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