Html Css Color HEX #B928BF Dark Orchid

📋 copy color: '#B928BF'

red 185 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #B928BF

Tints of Dark Orchid #B928BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.62%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 44.47%
G = 9.62%
B = 45.91%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B928BF (or 0xB928BF) is known color: Dark Orchid. HEX triplet: B9, 28 and BF. RGB value is (185,40,191). Sum of RGB (Red+Green+Blue) = 185+40+191=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #B928BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928BF is #46D740. Grayscale: #646464. Windows color (decimal): -4642625 or 12527801. OLE color: 12527801.

HSL color Cylindrical-coordinate representation of color #B928BF: hue angle of 297.62º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B928BF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 40 191 -
CMYK 0.03 0.79 0 0.25
HSL 297.62º 0.65% 0.45% -
HSV(B) 297.62º 0.79% 0.75% -
XYZ 30.17 15.59 50.71 -
YUV 100.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 185 40 191 0.03 0.79 0 0.25 297.62 0.65 0.45
Hex B9 28 BF 3 4F 0 19 12A 41 2D
Octal 271 50 277 3 117 0 31 452 101 55
Binary 10111001 101000 10111111 11 1001111 0 11001 100101010 1000001 101101

Color Harmonies of #B928BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928BF

Black with #B928BF

Text Example


Text Example

White with #B928BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928BF; }

 p { color: rgb(185,40,191); }

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

background-color css

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

 a { background-color: rgb(185,40,191); }

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

border-color css

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

 span { border-color: rgb(185,40,191); }

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