Html Css Color HEX #B424CA Dark Orchid

📋 copy color: '#B424CA'

red 180 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #B424CA

Tints of Dark Orchid #B424CA

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

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

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

R = 43.06%
G = 8.61%
B = 48.33%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B424CA (or 0xB424CA) is known color: Dark Orchid. HEX triplet: B4, 24 and CA. RGB value is (180,36,202). Sum of RGB (Red+Green+Blue) = 180+36+202=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #B424CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424CA is #4BDB35. Grayscale: #616161. Windows color (decimal): -4971318 or 13247668. OLE color: 13247668.

HSL color Cylindrical-coordinate representation of color #B424CA: hue angle of 292.05º 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 #B424CA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 36 202 -
CMYK 0.11 0.82 0 0.21
HSL 292.05º 0.7% 0.47% -
HSV(B) 292.05º 0.82% 0.79% -
XYZ 30.11 15.23 57.23 -
YUV 97.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 180 36 202 0.11 0.82 0 0.21 292.05 0.7 0.47
Hex B4 24 CA B 52 0 15 124 46 2F
Octal 264 44 312 13 122 0 25 444 106 57
Binary 10110100 100100 11001010 1011 1010010 0 10101 100100100 1000110 101111

Color Harmonies of #B424CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424CA

Black with #B424CA

Text Example


Text Example

White with #B424CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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