Html Css Color HEX #B725DA Dark Orchid

📋 copy color: '#B725DA'

red 183 ◦ green 37 ◦ blue 218

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

Shades of Dark Orchid #B725DA

Tints of Dark Orchid #B725DA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.45%

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

R = 41.78%
G = 8.45%
B = 49.77%

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

#B725DA (or 0xB725DA) is known color: Dark Orchid. HEX triplet: B7, 25 and DA. RGB value is (183,37,218). Sum of RGB (Red+Green+Blue) = 183+37+218=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B725DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725DA is #48DA25. Grayscale: #646464. Windows color (decimal): -4774438 or 14296503. OLE color: 14296503.

HSL color Cylindrical-coordinate representation of color #B725DA: hue angle of 288.4º degrees, saturation: 0.71, 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 #B725DA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 37 218 -
CMYK 0.16 0.83 0 0.15
HSL 288.4º 0.71% 0.5% -
HSV(B) 288.4º 0.83% 0.85% -
XYZ 32.84 16.45 67.77 -
YUV 101.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 183 37 218 0.16 0.83 0 0.15 288.4 0.71 0.5
Hex B7 25 DA 10 53 0 F 120 47 32
Octal 267 45 332 20 123 0 17 440 107 62
Binary 10110111 100101 11011010 10000 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B725DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725DA

Black with #B725DA

Text Example


Text Example

White with #B725DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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