Html Css Color HEX #B42BE0 Dark Orchid

📋 copy color: '#B42BE0'

red 180 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #B42BE0

Tints of Dark Orchid #B42BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 40.27%
G = 9.62%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B42BE0 (or 0xB42BE0) is known color: Dark Orchid. HEX triplet: B4, 2B and E0. RGB value is (180,43,224). Sum of RGB (Red+Green+Blue) = 180+43+224=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #B42BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BE0 is #4BD41F. Grayscale: #686868. Windows color (decimal): -4969504 or 14691252. OLE color: 14691252.

HSL color Cylindrical-coordinate representation of color #B42BE0: hue angle of 285.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42BE0 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 43 224 -
CMYK 0.20 0.81 0 0.12
HSL 285.41º 0.74% 0.52% -
HSV(B) 285.41º 0.81% 0.88% -
XYZ 33.14 16.81 72.02 -
YUV 104.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 180 43 224 0.20 0.81 0 0.12 285.41 0.74 0.52
Hex B4 2B E0 14 51 0 C 11D 4A 34
Octal 264 53 340 24 121 0 14 435 112 64
Binary 10110100 101011 11100000 10100 1010001 0 1100 100011101 1001010 110100

Color Harmonies of #B42BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BE0

Black with #B42BE0

Text Example


Text Example

White with #B42BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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