Html Css Color HEX #B731CC Dark Orchid

📋 copy color: '#B731CC'

red 183 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B731CC

Tints of Dark Orchid #B731CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 41.97%
G = 11.24%
B = 46.79%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B731CC (or 0xB731CC) is known color: Dark Orchid. HEX triplet: B7, 31 and CC. RGB value is (183,49,204). Sum of RGB (Red+Green+Blue) = 183+49+204=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #B731CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731CC is #48CE33. Grayscale: #6A6A6A. Windows color (decimal): -4771380 or 13382071. OLE color: 13382071.

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

Color convert

RGB 183 49 204 -
CMYK 0.10 0.76 0 0.2
HSL 291.87º 0.61% 0.5% -
HSV(B) 291.87º 0.76% 0.8% -
XYZ 31.53 16.62 58.67 -
YUV 106.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 183 49 204 0.10 0.76 0 0.2 291.87 0.61 0.5
Hex B7 31 CC A 4C 0 14 124 3D 32
Octal 267 61 314 12 114 0 24 444 75 62
Binary 10110111 110001 11001100 1010 1001100 0 10100 100100100 111101 110010

Color Harmonies of #B731CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731CC

Black with #B731CC

Text Example


Text Example

White with #B731CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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