Html Css Color HEX #B428CA Dark Orchid

📋 copy color: '#B428CA'

red 180 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #B428CA

Tints of Dark Orchid #B428CA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

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

R = 42.65%
G = 9.48%
B = 47.87%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B428CA (or 0xB428CA) is known color: Dark Orchid. HEX triplet: B4, 28 and CA. RGB value is (180,40,202). Sum of RGB (Red+Green+Blue) = 180+40+202=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #B428CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428CA is #4BD735. Grayscale: #636363. Windows color (decimal): -4970294 or 13248692. OLE color: 13248692.

HSL color Cylindrical-coordinate representation of color #B428CA: hue angle of 291.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B428CA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 40 202 -
CMYK 0.11 0.80 0 0.21
HSL 291.85º 0.67% 0.47% -
HSV(B) 291.85º 0.8% 0.79% -
XYZ 30.24 15.49 57.27 -
YUV 100.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 180 40 202 0.11 0.80 0 0.21 291.85 0.67 0.47
Hex B4 28 CA B 50 0 15 124 43 2F
Octal 264 50 312 13 120 0 25 444 103 57
Binary 10110100 101000 11001010 1011 1010000 0 10101 100100100 1000011 101111

Color Harmonies of #B428CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428CA

Black with #B428CA

Text Example


Text Example

White with #B428CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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