Html Css Color HEX #B42DE7 Dark Orchid

📋 copy color: '#B42DE7'

red 180 ◦ green 45 ◦ blue 231

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

Shades of Dark Orchid #B42DE7

Tints of Dark Orchid #B42DE7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

 BLUE value IS 231 (90.63% from 255) = 50.66%

R = 39.47%
G = 9.87%
B = 50.66%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B42DE7 (or 0xB42DE7) is known color: Dark Orchid. HEX triplet: B4, 2D and E7. RGB value is (180,45,231). Sum of RGB (Red+Green+Blue) = 180+45+231=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #B42DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DE7 is #4BD218. Grayscale: #696969. Windows color (decimal): -4968985 or 15150516. OLE color: 15150516.

HSL color Cylindrical-coordinate representation of color #B42DE7: hue angle of 283.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42DE7 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 45 231 -
CMYK 0.22 0.81 0 0.09
HSL 283.55º 0.79% 0.54% -
HSV(B) 283.55º 0.81% 0.91% -
XYZ 34.18 17.35 77.15 -
YUV 106.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 180 45 231 0.22 0.81 0 0.09 283.55 0.79 0.54
Hex B4 2D E7 16 51 0 9 11C 4F 36
Octal 264 55 347 26 121 0 11 434 117 66
Binary 10110100 101101 11100111 10110 1010001 0 1001 100011100 1001111 110110

Color Harmonies of #B42DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DE7

Black with #B42DE7

Text Example


Text Example

White with #B42DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DE7; }

 p { color: rgb(180,45,231); }

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

background-color css

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

 a { background-color: rgb(180,45,231); }

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

border-color css

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

 span { border-color: rgb(180,45,231); }

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