Html Css Color HEX #B624C3 Dark Orchid

📋 copy color: '#B624C3'

red 182 ◦ green 36 ◦ blue 195

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

Shades of Dark Orchid #B624C3

Tints of Dark Orchid #B624C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.22%

R = 44.07%
G = 8.72%
B = 47.22%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B624C3 (or 0xB624C3) is known color: Dark Orchid. HEX triplet: B6, 24 and C3. RGB value is (182,36,195). Sum of RGB (Red+Green+Blue) = 182+36+195=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #B624C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624C3 is #49DB3C. Grayscale: #616161. Windows color (decimal): -4840253 or 12788918. OLE color: 12788918.

HSL color Cylindrical-coordinate representation of color #B624C3: hue angle of 295.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B624C3 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 36 195 -
CMYK 0.07 0.82 0 0.24
HSL 295.09º 0.69% 0.45% -
HSV(B) 295.09º 0.82% 0.76% -
XYZ 29.77 15.15 52.98 -
YUV 97.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 182 36 195 0.07 0.82 0 0.24 295.09 0.69 0.45
Hex B6 24 C3 7 52 0 18 127 45 2D
Octal 266 44 303 7 122 0 30 447 105 55
Binary 10110110 100100 11000011 111 1010010 0 11000 100100111 1000101 101101

Color Harmonies of #B624C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624C3

Black with #B624C3

Text Example


Text Example

White with #B624C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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