Html Css Color HEX #B621CC Dark Orchid

📋 copy color: '#B621CC'

red 182 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #B621CC

Tints of Dark Orchid #B621CC

RGB

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

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

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

R = 43.44%
G = 7.88%
B = 48.69%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B621CC (or 0xB621CC) is known color: Dark Orchid. HEX triplet: B6, 21 and CC. RGB value is (182,33,204). Sum of RGB (Red+Green+Blue) = 182+33+204=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B621CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621CC is #49DE33. Grayscale: #606060. Windows color (decimal): -4841012 or 13377974. OLE color: 13377974.

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

Color convert

RGB 182 33 204 -
CMYK 0.11 0.84 0 0.2
HSL 292.28º 0.72% 0.46% -
HSV(B) 292.28º 0.84% 0.8% -
XYZ 30.73 15.39 58.48 -
YUV 97.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 182 33 204 0.11 0.84 0 0.2 292.28 0.72 0.46
Hex B6 21 CC B 54 0 14 124 48 2E
Octal 266 41 314 13 124 0 24 444 110 56
Binary 10110110 100001 11001100 1011 1010100 0 10100 100100100 1001000 101110

Color Harmonies of #B621CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621CC

Black with #B621CC

Text Example


Text Example

White with #B621CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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