Html Css Color HEX #B624DD Dark Orchid

📋 copy color: '#B624DD'

red 182 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #B624DD

Tints of Dark Orchid #B624DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.2%

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 41.46%
G = 8.2%
B = 50.34%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B624DD (or 0xB624DD) is known color: Dark Orchid. HEX triplet: B6, 24 and DD. RGB value is (182,36,221). Sum of RGB (Red+Green+Blue) = 182+36+221=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #B624DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624DD is #49DB22. Grayscale: #646464. Windows color (decimal): -4840227 or 14492854. OLE color: 14492854.

HSL color Cylindrical-coordinate representation of color #B624DD: hue angle of 287.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B624DD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 36 221 -
CMYK 0.18 0.84 0 0.13
HSL 287.35º 0.73% 0.5% -
HSV(B) 287.35º 0.84% 0.87% -
XYZ 32.97 16.43 69.84 -
YUV 100.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 182 36 221 0.18 0.84 0 0.13 287.35 0.73 0.5
Hex B6 24 DD 12 54 0 D 11F 49 32
Octal 266 44 335 22 124 0 15 437 111 62
Binary 10110110 100100 11011101 10010 1010100 0 1101 100011111 1001001 110010

Color Harmonies of #B624DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624DD

Black with #B624DD

Text Example


Text Example

White with #B624DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624DD; }

 p { color: rgb(182,36,221); }

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

background-color css

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

 a { background-color: rgb(182,36,221); }

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

border-color css

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

 span { border-color: rgb(182,36,221); }

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