Html Css Color HEX #B126BC Dark Orchid

📋 copy color: '#B126BC'

red 177 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #B126BC

Tints of Dark Orchid #B126BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 43.92%
G = 9.43%
B = 46.65%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B126BC (or 0xB126BC) is known color: Dark Orchid. HEX triplet: B1, 26 and BC. RGB value is (177,38,188). Sum of RGB (Red+Green+Blue) = 177+38+188=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #B126BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126BC is #4ED943. Grayscale: #606060. Windows color (decimal): -5167428 or 12330673. OLE color: 12330673.

HSL color Cylindrical-coordinate representation of color #B126BC: hue angle of 295.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B126BC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 38 188 -
CMYK 0.06 0.80 0 0.26
HSL 295.6º 0.66% 0.44% -
HSV(B) 295.6º 0.8% 0.74% -
XYZ 27.9 14.36 48.88 -
YUV 96.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 177 38 188 0.06 0.80 0 0.26 295.6 0.66 0.44
Hex B1 26 BC 6 50 0 1A 128 42 2C
Octal 261 46 274 6 120 0 32 450 102 54
Binary 10110001 100110 10111100 110 1010000 0 11010 100101000 1000010 101100

Color Harmonies of #B126BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126BC

Black with #B126BC

Text Example


Text Example

White with #B126BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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