Html Css Color HEX #B126ED Dark Orchid

📋 copy color: '#B126ED'

red 177 ◦ green 38 ◦ blue 237

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

Shades of Dark Orchid #B126ED

Tints of Dark Orchid #B126ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 39.16%
G = 8.41%
B = 52.43%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B126ED (or 0xB126ED) is known color: Dark Orchid. HEX triplet: B1, 26 and ED. RGB value is (177,38,237). Sum of RGB (Red+Green+Blue) = 177+38+237=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B126ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B126ED is #4ED912. Grayscale: #656565. Windows color (decimal): -5167379 or 15541937. OLE color: 15541937.

HSL color Cylindrical-coordinate representation of color #B126ED: hue angle of 281.91º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B126ED is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 38 237 -
CMYK 0.25 0.84 0 0.07
HSL 281.91º 0.85% 0.54% -
HSV(B) 281.91º 0.84% 0.93% -
XYZ 34.11 16.85 81.57 -
YUV 102.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 177 38 237 0.25 0.84 0 0.07 281.91 0.85 0.54
Hex B1 26 ED 19 54 0 7 11A 55 36
Octal 261 46 355 31 124 0 7 432 125 66
Binary 10110001 100110 11101101 11001 1010100 0 111 100011010 1010101 110110

Color Harmonies of #B126ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126ED

Black with #B126ED

Text Example


Text Example

White with #B126ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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