Html Css Color HEX #B124CB Dark Orchid

📋 copy color: '#B124CB'

red 177 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #B124CB

Tints of Dark Orchid #B124CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 42.55%
G = 8.65%
B = 48.8%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B124CB (or 0xB124CB) is known color: Dark Orchid. HEX triplet: B1, 24 and CB. RGB value is (177,36,203). Sum of RGB (Red+Green+Blue) = 177+36+203=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #B124CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124CB is #4EDB34. Grayscale: #606060. Windows color (decimal): -5167925 or 13313201. OLE color: 13313201.

HSL color Cylindrical-coordinate representation of color #B124CB: hue angle of 290.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B124CB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 36 203 -
CMYK 0.13 0.82 0 0.20
HSL 290.66º 0.7% 0.47% -
HSV(B) 290.66º 0.82% 0.8% -
XYZ 29.54 14.92 57.82 -
YUV 97.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 177 36 203 0.13 0.82 0 0.20 290.66 0.7 0.47
Hex B1 24 CB D 52 0 14 123 46 2F
Octal 261 44 313 15 122 0 24 443 106 57
Binary 10110001 100100 11001011 1101 1010010 0 10100 100100011 1000110 101111

Color Harmonies of #B124CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124CB

Black with #B124CB

Text Example


Text Example

White with #B124CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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