Html Css Color HEX #B62DDB Dark Orchid

📋 copy color: '#B62DDB'

red 182 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #B62DDB

Tints of Dark Orchid #B62DDB

RGB

 RED value IS 182 (71.48% from 255) = 40.81%

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

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

R = 40.81%
G = 10.09%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B62DDB (or 0xB62DDB) is known color: Dark Orchid. HEX triplet: B6, 2D and DB. RGB value is (182,45,219). Sum of RGB (Red+Green+Blue) = 182+45+219=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B62DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DDB is #49D224. Grayscale: #696969. Windows color (decimal): -4837925 or 14364086. OLE color: 14364086.

HSL color Cylindrical-coordinate representation of color #B62DDB: hue angle of 287.24º 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 #B62DDB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 45 219 -
CMYK 0.17 0.79 0 0.14
HSL 287.24º 0.71% 0.52% -
HSV(B) 287.24º 0.79% 0.86% -
XYZ 33.02 16.94 68.55 -
YUV 105.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 182 45 219 0.17 0.79 0 0.14 287.24 0.71 0.52
Hex B6 2D DB 11 4F 0 E 11F 47 34
Octal 266 55 333 21 117 0 16 437 107 64
Binary 10110110 101101 11011011 10001 1001111 0 1110 100011111 1000111 110100

Color Harmonies of #B62DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DDB

Black with #B62DDB

Text Example


Text Example

White with #B62DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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