Html Css Color HEX #B724BD Dark Orchid

📋 copy color: '#B724BD'

red 183 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #B724BD

Tints of Dark Orchid #B724BD

RGB

 RED value IS 183 (71.88% from 255) = 44.85%

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 44.85%
G = 8.82%
B = 46.32%

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

#B724BD (or 0xB724BD) is known color: Dark Orchid. HEX triplet: B7, 24 and BD. RGB value is (183,36,189). Sum of RGB (Red+Green+Blue) = 183+36+189=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #B724BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724BD is #48DB42. Grayscale: #606060. Windows color (decimal): -4774723 or 12395703. OLE color: 12395703.

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

Color convert

RGB 183 36 189 -
CMYK 0.03 0.81 0 0.26
HSL 297.65º 0.68% 0.44% -
HSV(B) 297.65º 0.81% 0.74% -
XYZ 29.34 15 49.49 -
YUV 97.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 183 36 189 0.03 0.81 0 0.26 297.65 0.68 0.44
Hex B7 24 BD 3 51 0 1A 12A 44 2C
Octal 267 44 275 3 121 0 32 452 104 54
Binary 10110111 100100 10111101 11 1010001 0 11010 100101010 1000100 101100

Color Harmonies of #B724BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724BD

Black with #B724BD

Text Example


Text Example

White with #B724BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724BD; }

 p { color: rgb(183,36,189); }

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

background-color css

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

 a { background-color: rgb(183,36,189); }

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

border-color css

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

 span { border-color: rgb(183,36,189); }

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