Html Css Color HEX #B629CE Dark Orchid

📋 copy color: '#B629CE'

red 182 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B629CE

Tints of Dark Orchid #B629CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 42.42%
G = 9.56%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B629CE (or 0xB629CE) is known color: Dark Orchid. HEX triplet: B6, 29 and CE. RGB value is (182,41,206). Sum of RGB (Red+Green+Blue) = 182+41+206=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B629CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629CE is #49D631. Grayscale: #656565. Windows color (decimal): -4838962 or 13511094. OLE color: 13511094.

HSL color Cylindrical-coordinate representation of color #B629CE: hue angle of 291.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B629CE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 41 206 -
CMYK 0.12 0.80 0 0.19
HSL 291.27º 0.67% 0.48% -
HSV(B) 291.27º 0.8% 0.81% -
XYZ 31.22 15.99 59.83 -
YUV 101.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 182 41 206 0.12 0.80 0 0.19 291.27 0.67 0.48
Hex B6 29 CE C 50 0 13 123 43 30
Octal 266 51 316 14 120 0 23 443 103 60
Binary 10110110 101001 11001110 1100 1010000 0 10011 100100011 1000011 110000

Color Harmonies of #B629CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629CE

Black with #B629CE

Text Example


Text Example

White with #B629CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629CE; }

 p { color: rgb(182,41,206); }

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

background-color css

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

 a { background-color: rgb(182,41,206); }

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

border-color css

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

 span { border-color: rgb(182,41,206); }

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