Html Css Color HEX #B428CB Dark Orchid

📋 copy color: '#B428CB'

red 180 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #B428CB

Tints of Dark Orchid #B428CB

RGB

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

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

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

R = 42.55%
G = 9.46%
B = 47.99%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B428CB (or 0xB428CB) is known color: Dark Orchid. HEX triplet: B4, 28 and CB. RGB value is (180,40,203). Sum of RGB (Red+Green+Blue) = 180+40+203=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B428CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428CB is #4BD734. Grayscale: #636363. Windows color (decimal): -4970293 or 13314228. OLE color: 13314228.

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

Color convert

RGB 180 40 203 -
CMYK 0.11 0.80 0 0.20
HSL 291.53º 0.67% 0.48% -
HSV(B) 291.53º 0.8% 0.8% -
XYZ 30.36 15.53 57.9 -
YUV 100.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 180 40 203 0.11 0.80 0 0.20 291.53 0.67 0.48
Hex B4 28 CB B 50 0 14 124 43 30
Octal 264 50 313 13 120 0 24 444 103 60
Binary 10110100 101000 11001011 1011 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B428CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428CB

Black with #B428CB

Text Example


Text Example

White with #B428CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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