Html Css Color HEX #B622CC Dark Orchid

📋 copy color: '#B622CC'

red 182 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #B622CC

Tints of Dark Orchid #B622CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 43.33%
G = 8.1%
B = 48.57%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B622CC (or 0xB622CC) is known color: Dark Orchid. HEX triplet: B6, 22 and CC. RGB value is (182,34,204). Sum of RGB (Red+Green+Blue) = 182+34+204=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #B622CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622CC is #49DD33. Grayscale: #616161. Windows color (decimal): -4840756 or 13378230. OLE color: 13378230.

HSL color Cylindrical-coordinate representation of color #B622CC: hue angle of 292.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B622CC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 34 204 -
CMYK 0.11 0.83 0 0.2
HSL 292.24º 0.71% 0.47% -
HSV(B) 292.24º 0.83% 0.8% -
XYZ 30.76 15.45 58.49 -
YUV 97.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 182 34 204 0.11 0.83 0 0.2 292.24 0.71 0.47
Hex B6 22 CC B 53 0 14 124 47 2F
Octal 266 42 314 13 123 0 24 444 107 57
Binary 10110110 100010 11001100 1011 1010011 0 10100 100100100 1000111 101111

Color Harmonies of #B622CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622CC

Black with #B622CC

Text Example


Text Example

White with #B622CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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