Html Css Color HEX #B626DB Dark Orchid

📋 copy color: '#B626DB'

red 182 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #B626DB

Tints of Dark Orchid #B626DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 41.46%
G = 8.66%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B626DB (or 0xB626DB) is known color: Dark Orchid. HEX triplet: B6, 26 and DB. RGB value is (182,38,219). Sum of RGB (Red+Green+Blue) = 182+38+219=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B626DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626DB is #49D924. Grayscale: #656565. Windows color (decimal): -4839717 or 14362294. OLE color: 14362294.

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

Color convert

RGB 182 38 219 -
CMYK 0.17 0.83 0 0.14
HSL 287.73º 0.72% 0.5% -
HSV(B) 287.73º 0.83% 0.86% -
XYZ 32.77 16.45 68.46 -
YUV 101.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 182 38 219 0.17 0.83 0 0.14 287.73 0.72 0.5
Hex B6 26 DB 11 53 0 E 120 48 32
Octal 266 46 333 21 123 0 16 440 110 62
Binary 10110110 100110 11011011 10001 1010011 0 1110 100100000 1001000 110010

Color Harmonies of #B626DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626DB

Black with #B626DB

Text Example


Text Example

White with #B626DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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