Html Css Color HEX #B02EDB Dark Orchid

📋 copy color: '#B02EDB'

red 176 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #B02EDB

Tints of Dark Orchid #B02EDB

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

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

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

R = 39.91%
G = 10.43%
B = 49.66%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B02EDB (or 0xB02EDB) is known color: Dark Orchid. HEX triplet: B0, 2E and DB. RGB value is (176,46,219). Sum of RGB (Red+Green+Blue) = 176+46+219=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B02EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EDB is #4FD124. Grayscale: #686868. Windows color (decimal): -5230885 or 14364336. OLE color: 14364336.

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

Color convert

RGB 176 46 219 -
CMYK 0.20 0.79 0 0.14
HSL 285.09º 0.71% 0.52% -
HSV(B) 285.09º 0.79% 0.86% -
XYZ 31.67 16.3 68.49 -
YUV 104.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 176 46 219 0.20 0.79 0 0.14 285.09 0.71 0.52
Hex B0 2E DB 14 4F 0 E 11D 47 34
Octal 260 56 333 24 117 0 16 435 107 64
Binary 10110000 101110 11011011 10100 1001111 0 1110 100011101 1000111 110100

Color Harmonies of #B02EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EDB

Black with #B02EDB

Text Example


Text Example

White with #B02EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EDB; }

 p { color: rgb(176,46,219); }

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

background-color css

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

 a { background-color: rgb(176,46,219); }

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

border-color css

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

 span { border-color: rgb(176,46,219); }

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