Html Css Color HEX #B424CC Dark Orchid

📋 copy color: '#B424CC'

red 180 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #B424CC

Tints of Dark Orchid #B424CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 42.86%
G = 8.57%
B = 48.57%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B424CC (or 0xB424CC) is known color: Dark Orchid. HEX triplet: B4, 24 and CC. RGB value is (180,36,204). Sum of RGB (Red+Green+Blue) = 180+36+204=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #B424CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424CC is #4BDB33. Grayscale: #616161. Windows color (decimal): -4971316 or 13378740. OLE color: 13378740.

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

Color convert

RGB 180 36 204 -
CMYK 0.12 0.82 0 0.2
HSL 291.43º 0.7% 0.47% -
HSV(B) 291.43º 0.82% 0.8% -
XYZ 30.35 15.32 58.48 -
YUV 98.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 180 36 204 0.12 0.82 0 0.2 291.43 0.7 0.47
Hex B4 24 CC C 52 0 14 123 46 2F
Octal 264 44 314 14 122 0 24 443 106 57
Binary 10110100 100100 11001100 1100 1010010 0 10100 100100011 1000110 101111

Color Harmonies of #B424CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424CC

Black with #B424CC

Text Example


Text Example

White with #B424CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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