Html Css Color HEX #B621CE Dark Orchid

📋 copy color: '#B621CE'

red 182 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #B621CE

Tints of Dark Orchid #B621CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.84%

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

R = 43.23%
G = 7.84%
B = 48.93%

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

#B621CE (or 0xB621CE) is known color: Dark Orchid. HEX triplet: B6, 21 and CE. RGB value is (182,33,206). Sum of RGB (Red+Green+Blue) = 182+33+206=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B621CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621CE is #49DE31. Grayscale: #606060. Windows color (decimal): -4841010 or 13509046. OLE color: 13509046.

HSL color Cylindrical-coordinate representation of color #B621CE: hue angle of 291.68º 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 #B621CE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 33 206 -
CMYK 0.12 0.84 0 0.19
HSL 291.68º 0.72% 0.47% -
HSV(B) 291.68º 0.84% 0.81% -
XYZ 30.98 15.49 59.75 -
YUV 97.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 182 33 206 0.12 0.84 0 0.19 291.68 0.72 0.47
Hex B6 21 CE C 54 0 13 124 48 2F
Octal 266 41 316 14 124 0 23 444 110 57
Binary 10110110 100001 11001110 1100 1010100 0 10011 100100100 1001000 101111

Color Harmonies of #B621CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621CE

Black with #B621CE

Text Example


Text Example

White with #B621CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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