Html Css Color HEX #B622CE Dark Orchid

📋 copy color: '#B622CE'

red 182 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B622CE

Tints of Dark Orchid #B622CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

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

R = 43.13%
G = 8.06%
B = 48.82%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B622CE (or 0xB622CE) is known color: Dark Orchid. HEX triplet: B6, 22 and CE. RGB value is (182,34,206). Sum of RGB (Red+Green+Blue) = 182+34+206=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #B622CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622CE is #49DD31. Grayscale: #616161. Windows color (decimal): -4840754 or 13509302. OLE color: 13509302.

HSL color Cylindrical-coordinate representation of color #B622CE: hue angle of 291.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B622CE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 34 206 -
CMYK 0.12 0.83 0 0.19
HSL 291.63º 0.72% 0.47% -
HSV(B) 291.63º 0.83% 0.81% -
XYZ 31 15.55 59.76 -
YUV 97.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 182 34 206 0.12 0.83 0 0.19 291.63 0.72 0.47
Hex B6 22 CE C 53 0 13 124 48 2F
Octal 266 42 316 14 123 0 23 444 110 57
Binary 10110110 100010 11001110 1100 1010011 0 10011 100100100 1001000 101111

Color Harmonies of #B622CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622CE

Black with #B622CE

Text Example


Text Example

White with #B622CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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