Html Css Color HEX #B925DB Dark Orchid

📋 copy color: '#B925DB'

red 185 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B925DB

Tints of Dark Orchid #B925DB

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

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

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

R = 41.95%
G = 8.39%
B = 49.66%

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

#B925DB (or 0xB925DB) is known color: Dark Orchid. HEX triplet: B9, 25 and DB. RGB value is (185,37,219). Sum of RGB (Red+Green+Blue) = 185+37+219=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B925DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925DB is #46DA24. Grayscale: #656565. Windows color (decimal): -4643365 or 14362041. OLE color: 14362041.

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

Color convert

RGB 185 37 219 -
CMYK 0.16 0.83 0 0.14
HSL 288.79º 0.72% 0.5% -
HSV(B) 288.79º 0.83% 0.86% -
XYZ 33.46 16.75 68.49 -
YUV 102 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 185 37 219 0.16 0.83 0 0.14 288.79 0.72 0.5
Hex B9 25 DB 10 53 0 E 121 48 32
Octal 271 45 333 20 123 0 16 441 110 62
Binary 10111001 100101 11011011 10000 1010011 0 1110 100100001 1001000 110010

Color Harmonies of #B925DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925DB

Black with #B925DB

Text Example


Text Example

White with #B925DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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