Html Css Color HEX #B42BD8 Dark Orchid

📋 copy color: '#B42BD8'

red 180 ◦ green 43 ◦ blue 216

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

Shades of Dark Orchid #B42BD8

Tints of Dark Orchid #B42BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.79%

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 41%
G = 9.79%
B = 49.2%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B42BD8 (or 0xB42BD8) is known color: Dark Orchid. HEX triplet: B4, 2B and D8. RGB value is (180,43,216). Sum of RGB (Red+Green+Blue) = 180+43+216=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #B42BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BD8 is #4BD427. Grayscale: #676767. Windows color (decimal): -4969512 or 14166964. OLE color: 14166964.

HSL color Cylindrical-coordinate representation of color #B42BD8: hue angle of 287.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42BD8 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 43 216 -
CMYK 0.17 0.80 0 0.15
HSL 287.51º 0.69% 0.51% -
HSV(B) 287.51º 0.8% 0.85% -
XYZ 32.08 16.39 66.44 -
YUV 103.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 180 43 216 0.17 0.80 0 0.15 287.51 0.69 0.51
Hex B4 2B D8 11 50 0 F 120 45 33
Octal 264 53 330 21 120 0 17 440 105 63
Binary 10110100 101011 11011000 10001 1010000 0 1111 100100000 1000101 110011

Color Harmonies of #B42BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BD8

Black with #B42BD8

Text Example


Text Example

White with #B42BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BD8; }

 p { color: rgb(180,43,216); }

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

background-color css

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

 a { background-color: rgb(180,43,216); }

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

border-color css

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

 span { border-color: rgb(180,43,216); }

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