Html Css Color HEX #B928BE Dark Orchid

📋 copy color: '#B928BE'

red 185 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #B928BE

Tints of Dark Orchid #B928BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 44.58%
G = 9.64%
B = 45.78%

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

#B928BE (or 0xB928BE) is known color: Dark Orchid. HEX triplet: B9, 28 and BE. RGB value is (185,40,190). Sum of RGB (Red+Green+Blue) = 185+40+190=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #B928BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928BE is #46D741. Grayscale: #646464. Windows color (decimal): -4642626 or 12462265. OLE color: 12462265.

HSL color Cylindrical-coordinate representation of color #B928BE: hue angle of 298º 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 #B928BE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 40 190 -
CMYK 0.03 0.79 0 0.25
HSL 298º 0.65% 0.45% -
HSV(B) 298º 0.79% 0.75% -
XYZ 30.06 15.55 50.13 -
YUV 100.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 185 40 190 0.03 0.79 0 0.25 298 0.65 0.45
Hex B9 28 BE 3 4F 0 19 12A 41 2D
Octal 271 50 276 3 117 0 31 452 101 55
Binary 10111001 101000 10111110 11 1001111 0 11001 100101010 1000001 101101

Color Harmonies of #B928BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928BE

Black with #B928BE

Text Example


Text Example

White with #B928BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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