Html Css Color HEX #B925DF Dark Orchid

📋 copy color: '#B925DF'

red 185 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #B925DF

Tints of Dark Orchid #B925DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 41.57%
G = 8.31%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B925DF (or 0xB925DF) is known color: Dark Orchid. HEX triplet: B9, 25 and DF. RGB value is (185,37,223). Sum of RGB (Red+Green+Blue) = 185+37+223=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #B925DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925DF is #46DA20. Grayscale: #656565. Windows color (decimal): -4643361 or 14624185. OLE color: 14624185.

HSL color Cylindrical-coordinate representation of color #B925DF: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B925DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 37 223 -
CMYK 0.17 0.83 0 0.13
HSL 287.74º 0.74% 0.51% -
HSV(B) 287.74º 0.83% 0.87% -
XYZ 33.99 16.97 71.3 -
YUV 102.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 185 37 223 0.17 0.83 0 0.13 287.74 0.74 0.51
Hex B9 25 DF 11 53 0 D 120 4A 33
Octal 271 45 337 21 123 0 15 440 112 63
Binary 10111001 100101 11011111 10001 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #B925DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925DF

Black with #B925DF

Text Example


Text Example

White with #B925DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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