Html Css Color HEX #B124CE Dark Orchid

📋 copy color: '#B124CE'

red 177 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #B124CE

Tints of Dark Orchid #B124CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 42.24%
G = 8.59%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B124CE (or 0xB124CE) is known color: Dark Orchid. HEX triplet: B1, 24 and CE. RGB value is (177,36,206). Sum of RGB (Red+Green+Blue) = 177+36+206=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B124CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124CE is #4EDB31. Grayscale: #616161. Windows color (decimal): -5167922 or 13509809. OLE color: 13509809.

HSL color Cylindrical-coordinate representation of color #B124CE: hue angle of 289.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B124CE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 36 206 -
CMYK 0.14 0.83 0 0.19
HSL 289.76º 0.7% 0.47% -
HSV(B) 289.76º 0.83% 0.81% -
XYZ 29.9 15.07 59.72 -
YUV 97.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 177 36 206 0.14 0.83 0 0.19 289.76 0.7 0.47
Hex B1 24 CE E 53 0 13 122 46 2F
Octal 261 44 316 16 123 0 23 442 106 57
Binary 10110001 100100 11001110 1110 1010011 0 10011 100100010 1000110 101111

Color Harmonies of #B124CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124CE

Black with #B124CE

Text Example


Text Example

White with #B124CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124CE; }

 p { color: rgb(177,36,206); }

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

background-color css

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

 a { background-color: rgb(177,36,206); }

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

border-color css

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

 span { border-color: rgb(177,36,206); }

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