Html Css Color HEX #B627DB Dark Orchid

📋 copy color: '#B627DB'

red 182 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #B627DB

Tints of Dark Orchid #B627DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.86%

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

R = 41.36%
G = 8.86%
B = 49.77%

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

#B627DB (or 0xB627DB) is known color: Dark Orchid. HEX triplet: B6, 27 and DB. RGB value is (182,39,219). Sum of RGB (Red+Green+Blue) = 182+39+219=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B627DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627DB is #49D824. Grayscale: #656565. Windows color (decimal): -4839461 or 14362550. OLE color: 14362550.

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

Color convert

RGB 182 39 219 -
CMYK 0.17 0.82 0 0.14
HSL 287.67º 0.71% 0.51% -
HSV(B) 287.67º 0.82% 0.86% -
XYZ 32.8 16.51 68.48 -
YUV 102.28 193.88 184.86 -
System Red Green Blue C M Y K H S L
Decimal 182 39 219 0.17 0.82 0 0.14 287.67 0.71 0.51
Hex B6 27 DB 11 52 0 E 120 47 33
Octal 266 47 333 21 122 0 16 440 107 63
Binary 10110110 100111 11011011 10001 1010010 0 1110 100100000 1000111 110011

Color Harmonies of #B627DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627DB

Black with #B627DB

Text Example


Text Example

White with #B627DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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