Html Css Color HEX #B624C0 Dark Orchid

📋 copy color: '#B624C0'

red 182 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #B624C0

Tints of Dark Orchid #B624C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 44.39%
G = 8.78%
B = 46.83%

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

#B624C0 (or 0xB624C0) is known color: Dark Orchid. HEX triplet: B6, 24 and C0. RGB value is (182,36,192). Sum of RGB (Red+Green+Blue) = 182+36+192=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #B624C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624C0 is #49DB3F. Grayscale: #606060. Windows color (decimal): -4840256 or 12592310. OLE color: 12592310.

HSL color Cylindrical-coordinate representation of color #B624C0: hue angle of 296.15º 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 #B624C0 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 36 192 -
CMYK 0.05 0.81 0 0.25
HSL 296.15º 0.68% 0.45% -
HSV(B) 296.15º 0.81% 0.75% -
XYZ 29.44 15.01 51.22 -
YUV 97.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 182 36 192 0.05 0.81 0 0.25 296.15 0.68 0.45
Hex B6 24 C0 5 51 0 19 128 44 2D
Octal 266 44 300 5 121 0 31 450 104 55
Binary 10110110 100100 11000000 101 1010001 0 11001 100101000 1000100 101101

Color Harmonies of #B624C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624C0

Black with #B624C0

Text Example


Text Example

White with #B624C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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