Html Css Color HEX #B958DE Medium Orchid

📋 copy color: '#B958DE'

red 185 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #B958DE

Tints of Medium Orchid #B958DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 37.37%
G = 17.78%
B = 44.85%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B958DE (or 0xB958DE) is known color: Medium Orchid. HEX triplet: B9, 58 and DE. RGB value is (185,88,222). Sum of RGB (Red+Green+Blue) = 185+88+222=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #B958DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958DE is #46A721. Grayscale: #838383. Windows color (decimal): -4630306 or 14571705. OLE color: 14571705.

HSL color Cylindrical-coordinate representation of color #B958DE: hue angle of 283.43º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B958DE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 88 222 -
CMYK 0.17 0.60 0 0.13
HSL 283.43º 0.67% 0.61% -
HSV(B) 283.43º 0.6% 0.87% -
XYZ 36.68 22.57 71.53 -
YUV 132.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 185 88 222 0.17 0.60 0 0.13 283.43 0.67 0.61
Hex B9 58 DE 11 3C 0 D 11B 43 3D
Octal 271 130 336 21 74 0 15 433 103 75
Binary 10111001 1011000 11011110 10001 111100 0 1101 100011011 1000011 111101

Color Harmonies of #B958DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958DE

Black with #B958DE

Text Example


Text Example

White with #B958DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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