Html Css Color HEX #B42EBD Dark Orchid

📋 copy color: '#B42EBD'

red 180 ◦ green 46 ◦ blue 189

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

Shades of Dark Orchid #B42EBD

Tints of Dark Orchid #B42EBD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 43.37%
G = 11.08%
B = 45.54%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B42EBD (or 0xB42EBD) is known color: Dark Orchid. HEX triplet: B4, 2E and BD. RGB value is (180,46,189). Sum of RGB (Red+Green+Blue) = 180+46+189=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B42EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EBD is #4BD142. Grayscale: #656565. Windows color (decimal): -4968771 or 12398260. OLE color: 12398260.

HSL color Cylindrical-coordinate representation of color #B42EBD: hue angle of 296.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42EBD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 46 189 -
CMYK 0.05 0.76 0 0.26
HSL 296.22º 0.61% 0.46% -
HSV(B) 296.22º 0.76% 0.74% -
XYZ 28.98 15.33 49.58 -
YUV 102.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 180 46 189 0.05 0.76 0 0.26 296.22 0.61 0.46
Hex B4 2E BD 5 4C 0 1A 128 3D 2E
Octal 264 56 275 5 114 0 32 450 75 56
Binary 10110100 101110 10111101 101 1001100 0 11010 100101000 111101 101110

Color Harmonies of #B42EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EBD

Black with #B42EBD

Text Example


Text Example

White with #B42EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EBD; }

 p { color: rgb(180,46,189); }

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

background-color css

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

 a { background-color: rgb(180,46,189); }

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

border-color css

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

 span { border-color: rgb(180,46,189); }

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