Html Css Color HEX #B958E9 Medium Orchid

📋 copy color: '#B958E9'

red 185 ◦ green 88 ◦ blue 233

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

Shades of Medium Orchid #B958E9

Tints of Medium Orchid #B958E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.05%

R = 36.56%
G = 17.39%
B = 46.05%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B958E9 (or 0xB958E9) is known color: Medium Orchid. HEX triplet: B9, 58 and E9. RGB value is (185,88,233). Sum of RGB (Red+Green+Blue) = 185+88+233=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #B958E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958E9 is #46A716. Grayscale: #858585. Windows color (decimal): -4630295 or 15292601. OLE color: 15292601.

HSL color Cylindrical-coordinate representation of color #B958E9: hue angle of 280.14º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B958E9 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 88 233 -
CMYK 0.21 0.62 0 0.09
HSL 280.14º 0.77% 0.63% -
HSV(B) 280.14º 0.62% 0.91% -
XYZ 38.21 23.18 79.55 -
YUV 133.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 185 88 233 0.21 0.62 0 0.09 280.14 0.77 0.63
Hex B9 58 E9 15 3E 0 9 118 4D 3F
Octal 271 130 351 25 76 0 11 430 115 77
Binary 10111001 1011000 11101001 10101 111110 0 1001 100011000 1001101 111111

Color Harmonies of #B958E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958E9

Black with #B958E9

Text Example


Text Example

White with #B958E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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