Html Css Color HEX #B627DE Dark Orchid

📋 copy color: '#B627DE'

red 182 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #B627DE

Tints of Dark Orchid #B627DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 41.08%
G = 8.8%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B627DE (or 0xB627DE) is known color: Dark Orchid. HEX triplet: B6, 27 and DE. RGB value is (182,39,222). Sum of RGB (Red+Green+Blue) = 182+39+222=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B627DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627DE is #49D821. Grayscale: #666666. Windows color (decimal): -4839458 or 14559158. OLE color: 14559158.

HSL color Cylindrical-coordinate representation of color #B627DE: hue angle of 286.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B627DE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 39 222 -
CMYK 0.18 0.82 0 0.13
HSL 286.89º 0.73% 0.51% -
HSV(B) 286.89º 0.82% 0.87% -
XYZ 33.2 16.67 70.57 -
YUV 102.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 182 39 222 0.18 0.82 0 0.13 286.89 0.73 0.51
Hex B6 27 DE 12 52 0 D 11F 49 33
Octal 266 47 336 22 122 0 15 437 111 63
Binary 10110110 100111 11011110 10010 1010010 0 1101 100011111 1001001 110011

Color Harmonies of #B627DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627DE

Black with #B627DE

Text Example


Text Example

White with #B627DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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