Html Css Color HEX #B131CC Dark Orchid

📋 copy color: '#B131CC'

red 177 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B131CC

Tints of Dark Orchid #B131CC

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

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

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

R = 41.16%
G = 11.4%
B = 47.44%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B131CC (or 0xB131CC) is known color: Dark Orchid. HEX triplet: B1, 31 and CC. RGB value is (177,49,204). Sum of RGB (Red+Green+Blue) = 177+49+204=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #B131CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131CC is #4ECE33. Grayscale: #686868. Windows color (decimal): -5164596 or 13382065. OLE color: 13382065.

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

Color convert

RGB 177 49 204 -
CMYK 0.13 0.76 0 0.2
HSL 289.55º 0.61% 0.5% -
HSV(B) 289.55º 0.76% 0.8% -
XYZ 30.13 15.9 58.61 -
YUV 104.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 177 49 204 0.13 0.76 0 0.2 289.55 0.61 0.5
Hex B1 31 CC D 4C 0 14 122 3D 32
Octal 261 61 314 15 114 0 24 442 75 62
Binary 10110001 110001 11001100 1101 1001100 0 10100 100100010 111101 110010

Color Harmonies of #B131CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131CC

Black with #B131CC

Text Example


Text Example

White with #B131CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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