Html Css Color HEX #B622CF Dark Orchid

📋 copy color: '#B622CF'

red 182 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #B622CF

Tints of Dark Orchid #B622CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 43.03%
G = 8.04%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B622CF (or 0xB622CF) is known color: Dark Orchid. HEX triplet: B6, 22 and CF. RGB value is (182,34,207). Sum of RGB (Red+Green+Blue) = 182+34+207=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #B622CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622CF is #49DD30. Grayscale: #616161. Windows color (decimal): -4840753 or 13574838. OLE color: 13574838.

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

Color convert

RGB 182 34 207 -
CMYK 0.12 0.84 0 0.19
HSL 291.33º 0.72% 0.47% -
HSV(B) 291.33º 0.84% 0.81% -
XYZ 31.13 15.59 60.4 -
YUV 97.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 182 34 207 0.12 0.84 0 0.19 291.33 0.72 0.47
Hex B6 22 CF C 54 0 13 123 48 2F
Octal 266 42 317 14 124 0 23 443 110 57
Binary 10110110 100010 11001111 1100 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B622CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622CF

Black with #B622CF

Text Example


Text Example

White with #B622CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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