Html Css Color HEX #B624BC Dark Orchid

📋 copy color: '#B624BC'

red 182 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #B624BC

Tints of Dark Orchid #B624BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 44.83%
G = 8.87%
B = 46.31%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B624BC (or 0xB624BC) is known color: Dark Orchid. HEX triplet: B6, 24 and BC. RGB value is (182,36,188). Sum of RGB (Red+Green+Blue) = 182+36+188=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B624BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624BC is #49DB43. Grayscale: #606060. Windows color (decimal): -4840260 or 12330166. OLE color: 12330166.

HSL color Cylindrical-coordinate representation of color #B624BC: hue angle of 297.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B624BC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 36 188 -
CMYK 0.03 0.81 0 0.26
HSL 297.63º 0.68% 0.44% -
HSV(B) 297.63º 0.81% 0.74% -
XYZ 29 14.84 48.91 -
YUV 96.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 182 36 188 0.03 0.81 0 0.26 297.63 0.68 0.44
Hex B6 24 BC 3 51 0 1A 12A 44 2C
Octal 266 44 274 3 121 0 32 452 104 54
Binary 10110110 100100 10111100 11 1010001 0 11010 100101010 1000100 101100

Color Harmonies of #B624BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624BC

Black with #B624BC

Text Example


Text Example

White with #B624BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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