Html Css Color HEX #B724DA Dark Orchid

📋 copy color: '#B724DA'

red 183 ◦ green 36 ◦ blue 218

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

Shades of Dark Orchid #B724DA

Tints of Dark Orchid #B724DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 41.88%
G = 8.24%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B724DA (or 0xB724DA) is known color: Dark Orchid. HEX triplet: B7, 24 and DA. RGB value is (183,36,218). Sum of RGB (Red+Green+Blue) = 183+36+218=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #B724DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724DA is #48DB25. Grayscale: #646464. Windows color (decimal): -4774694 or 14296247. OLE color: 14296247.

HSL color Cylindrical-coordinate representation of color #B724DA: hue angle of 288.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B724DA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 36 218 -
CMYK 0.16 0.83 0 0.15
HSL 288.46º 0.72% 0.5% -
HSV(B) 288.46º 0.83% 0.85% -
XYZ 32.81 16.39 67.76 -
YUV 100.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 183 36 218 0.16 0.83 0 0.15 288.46 0.72 0.5
Hex B7 24 DA 10 53 0 F 120 48 32
Octal 267 44 332 20 123 0 17 440 110 62
Binary 10110111 100100 11011010 10000 1010011 0 1111 100100000 1001000 110010

Color Harmonies of #B724DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724DA

Black with #B724DA

Text Example


Text Example

White with #B724DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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