Html Css Color HEX #B124CA Dark Orchid

📋 copy color: '#B124CA'

red 177 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #B124CA

Tints of Dark Orchid #B124CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 42.65%
G = 8.67%
B = 48.67%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B124CA (or 0xB124CA) is known color: Dark Orchid. HEX triplet: B1, 24 and CA. RGB value is (177,36,202). Sum of RGB (Red+Green+Blue) = 177+36+202=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #B124CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124CA is #4EDB35. Grayscale: #606060. Windows color (decimal): -5167926 or 13247665. OLE color: 13247665.

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

Color convert

RGB 177 36 202 -
CMYK 0.12 0.82 0 0.21
HSL 290.96º 0.7% 0.47% -
HSV(B) 290.96º 0.82% 0.79% -
XYZ 29.42 14.87 57.2 -
YUV 97.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 177 36 202 0.12 0.82 0 0.21 290.96 0.7 0.47
Hex B1 24 CA C 52 0 15 123 46 2F
Octal 261 44 312 14 122 0 25 443 106 57
Binary 10110001 100100 11001010 1100 1010010 0 10101 100100011 1000110 101111

Color Harmonies of #B124CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124CA

Black with #B124CA

Text Example


Text Example

White with #B124CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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