Html Css Color HEX #B628DB Dark Orchid

📋 copy color: '#B628DB'

red 182 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B628DB

Tints of Dark Orchid #B628DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

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

R = 41.27%
G = 9.07%
B = 49.66%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B628DB (or 0xB628DB) is known color: Dark Orchid. HEX triplet: B6, 28 and DB. RGB value is (182,40,219). Sum of RGB (Red+Green+Blue) = 182+40+219=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 40 (16.02% from 255 or 9.07% 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 #B628DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DB is #49D724. Grayscale: #666666. Windows color (decimal): -4839205 or 14362806. OLE color: 14362806.

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

Color convert

RGB 182 40 219 -
CMYK 0.17 0.82 0 0.14
HSL 287.6º 0.71% 0.51% -
HSV(B) 287.6º 0.82% 0.86% -
XYZ 32.84 16.58 68.49 -
YUV 102.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 182 40 219 0.17 0.82 0 0.14 287.6 0.71 0.51
Hex B6 28 DB 11 52 0 E 120 47 33
Octal 266 50 333 21 122 0 16 440 107 63
Binary 10110110 101000 11011011 10001 1010010 0 1110 100100000 1000111 110011

Color Harmonies of #B628DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628DB

Black with #B628DB

Text Example


Text Example

White with #B628DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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