Html Css Color HEX #B126C8 Dark Orchid

📋 copy color: '#B126C8'

red 177 ◦ green 38 ◦ blue 200

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

Shades of Dark Orchid #B126C8

Tints of Dark Orchid #B126C8

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.16%

 BLUE value IS 200 (78.52% from 255) = 48.19%

R = 42.65%
G = 9.16%
B = 48.19%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B126C8 (or 0xB126C8) is known color: Dark Orchid. HEX triplet: B1, 26 and C8. RGB value is (177,38,200). Sum of RGB (Red+Green+Blue) = 177+38+200=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #B126C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126C8 is #4ED937. Grayscale: #616161. Windows color (decimal): -5167416 or 13117105. OLE color: 13117105.

HSL color Cylindrical-coordinate representation of color #B126C8: hue angle of 291.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B126C8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 38 200 -
CMYK 0.12 0.81 0 0.22
HSL 291.48º 0.68% 0.47% -
HSV(B) 291.48º 0.81% 0.78% -
XYZ 29.25 14.9 55.98 -
YUV 98.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 177 38 200 0.12 0.81 0 0.22 291.48 0.68 0.47
Hex B1 26 C8 C 51 0 16 123 44 2F
Octal 261 46 310 14 121 0 26 443 104 57
Binary 10110001 100110 11001000 1100 1010001 0 10110 100100011 1000100 101111

Color Harmonies of #B126C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126C8

Black with #B126C8

Text Example


Text Example

White with #B126C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126C8; }

 p { color: rgb(177,38,200); }

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

background-color css

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

 a { background-color: rgb(177,38,200); }

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

border-color css

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

 span { border-color: rgb(177,38,200); }

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