Html Css Color HEX #B624BF Dark Orchid

📋 copy color: '#B624BF'

red 182 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #B624BF

Tints of Dark Orchid #B624BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 44.5%
G = 8.8%
B = 46.7%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B624BF (or 0xB624BF) is known color: Dark Orchid. HEX triplet: B6, 24 and BF. RGB value is (182,36,191). Sum of RGB (Red+Green+Blue) = 182+36+191=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #B624BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624BF is #49DB40. Grayscale: #606060. Windows color (decimal): -4840257 or 12526774. OLE color: 12526774.

HSL color Cylindrical-coordinate representation of color #B624BF: hue angle of 296.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B624BF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 36 191 -
CMYK 0.05 0.81 0 0.25
HSL 296.52º 0.68% 0.45% -
HSV(B) 296.52º 0.81% 0.75% -
XYZ 29.33 14.97 50.63 -
YUV 97.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 182 36 191 0.05 0.81 0 0.25 296.52 0.68 0.45
Hex B6 24 BF 5 51 0 19 129 44 2D
Octal 266 44 277 5 121 0 31 451 104 55
Binary 10110110 100100 10111111 101 1010001 0 11001 100101001 1000100 101101

Color Harmonies of #B624BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624BF

Black with #B624BF

Text Example


Text Example

White with #B624BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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