Html Css Color HEX #B621D7 Dark Orchid

📋 copy color: '#B621D7'

red 182 ◦ green 33 ◦ blue 215

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

Shades of Dark Orchid #B621D7

Tints of Dark Orchid #B621D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50%

R = 42.33%
G = 7.67%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B621D7 (or 0xB621D7) is known color: Dark Orchid. HEX triplet: B6, 21 and D7. RGB value is (182,33,215). Sum of RGB (Red+Green+Blue) = 182+33+215=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #B621D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621D7 is #49DE28. Grayscale: #616161. Windows color (decimal): -4841001 or 14098870. OLE color: 14098870.

HSL color Cylindrical-coordinate representation of color #B621D7: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B621D7 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 33 215 -
CMYK 0.15 0.85 0 0.16
HSL 289.12º 0.73% 0.49% -
HSV(B) 289.12º 0.85% 0.84% -
XYZ 32.1 15.94 65.67 -
YUV 98.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 182 33 215 0.15 0.85 0 0.16 289.12 0.73 0.49
Hex B6 21 D7 F 55 0 10 121 49 31
Octal 266 41 327 17 125 0 20 441 111 61
Binary 10110110 100001 11010111 1111 1010101 0 10000 100100001 1001001 110001

Color Harmonies of #B621D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621D7

Black with #B621D7

Text Example


Text Example

White with #B621D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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