Html Css Color HEX #B958DB Medium Orchid

📋 copy color: '#B958DB'

red 185 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B958DB

Tints of Medium Orchid #B958DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.89%

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

R = 37.6%
G = 17.89%
B = 44.51%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B958DB (or 0xB958DB) is known color: Medium Orchid. HEX triplet: B9, 58 and DB. RGB value is (185,88,219). Sum of RGB (Red+Green+Blue) = 185+88+219=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B958DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958DB is #46A724. Grayscale: #838383. Windows color (decimal): -4630309 or 14375097. OLE color: 14375097.

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

Color convert

RGB 185 88 219 -
CMYK 0.16 0.60 0 0.14
HSL 284.43º 0.65% 0.6% -
HSV(B) 284.43º 0.6% 0.86% -
XYZ 36.28 22.41 69.43 -
YUV 131.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 185 88 219 0.16 0.60 0 0.14 284.43 0.65 0.6
Hex B9 58 DB 10 3C 0 E 11C 41 3C
Octal 271 130 333 20 74 0 16 434 101 74
Binary 10111001 1011000 11011011 10000 111100 0 1110 100011100 1000001 111100

Color Harmonies of #B958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958DB

Black with #B958DB

Text Example


Text Example

White with #B958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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