Html Css Color HEX #B42BEC Dark Orchid

📋 copy color: '#B42BEC'

red 180 ◦ green 43 ◦ blue 236

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

Shades of Dark Orchid #B42BEC

Tints of Dark Orchid #B42BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 39.22%
G = 9.37%
B = 51.42%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B42BEC (or 0xB42BEC) is known color: Dark Orchid. HEX triplet: B4, 2B and EC. RGB value is (180,43,236). Sum of RGB (Red+Green+Blue) = 180+43+236=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #B42BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BEC is #4BD413. Grayscale: #696969. Windows color (decimal): -4969492 or 15477684. OLE color: 15477684.

HSL color Cylindrical-coordinate representation of color #B42BEC: hue angle of 282.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42BEC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 43 236 -
CMYK 0.24 0.82 0 0.07
HSL 282.59º 0.84% 0.55% -
HSV(B) 282.59º 0.82% 0.93% -
XYZ 34.83 17.49 80.9 -
YUV 105.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 180 43 236 0.24 0.82 0 0.07 282.59 0.84 0.55
Hex B4 2B EC 18 52 0 7 11B 54 37
Octal 264 53 354 30 122 0 7 433 124 67
Binary 10110100 101011 11101100 11000 1010010 0 111 100011011 1010100 110111

Color Harmonies of #B42BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BEC

Black with #B42BEC

Text Example


Text Example

White with #B42BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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