Html Css Color HEX #B42DDB Dark Orchid

📋 copy color: '#B42DDB'

red 180 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #B42DDB

Tints of Dark Orchid #B42DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 40.54%
G = 10.14%
B = 49.32%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B42DDB (or 0xB42DDB) is known color: Dark Orchid. HEX triplet: B4, 2D and DB. RGB value is (180,45,219). Sum of RGB (Red+Green+Blue) = 180+45+219=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B42DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DDB is #4BD224. Grayscale: #686868. Windows color (decimal): -4968997 or 14364084. OLE color: 14364084.

HSL color Cylindrical-coordinate representation of color #B42DDB: hue angle of 286.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42DDB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 45 219 -
CMYK 0.18 0.79 0 0.14
HSL 286.55º 0.71% 0.52% -
HSV(B) 286.55º 0.79% 0.86% -
XYZ 32.55 16.69 68.52 -
YUV 105.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 180 45 219 0.18 0.79 0 0.14 286.55 0.71 0.52
Hex B4 2D DB 12 4F 0 E 11F 47 34
Octal 264 55 333 22 117 0 16 437 107 64
Binary 10110100 101101 11011011 10010 1001111 0 1110 100011111 1000111 110100

Color Harmonies of #B42DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DDB

Black with #B42DDB

Text Example


Text Example

White with #B42DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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