Html Css Color HEX #B725DB Dark Orchid

📋 copy color: '#B725DB'

red 183 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B725DB

Tints of Dark Orchid #B725DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 41.69%
G = 8.43%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B725DB (or 0xB725DB) is known color: Dark Orchid. HEX triplet: B7, 25 and DB. RGB value is (183,37,219). Sum of RGB (Red+Green+Blue) = 183+37+219=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B725DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725DB is #48DA24. Grayscale: #646464. Windows color (decimal): -4774437 or 14362039. OLE color: 14362039.

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

Color convert

RGB 183 37 219 -
CMYK 0.16 0.83 0 0.14
HSL 288.13º 0.72% 0.5% -
HSV(B) 288.13º 0.83% 0.86% -
XYZ 32.98 16.5 68.47 -
YUV 101.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 183 37 219 0.16 0.83 0 0.14 288.13 0.72 0.5
Hex B7 25 DB 10 53 0 E 120 48 32
Octal 267 45 333 20 123 0 16 440 110 62
Binary 10110111 100101 11011011 10000 1010011 0 1110 100100000 1001000 110010

Color Harmonies of #B725DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725DB

Black with #B725DB

Text Example


Text Example

White with #B725DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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