Html Css Color HEX #B957EA Medium Orchid

📋 copy color: '#B957EA'

red 185 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #B957EA

Tints of Medium Orchid #B957EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.19%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 36.56%
G = 17.19%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B957EA (or 0xB957EA) is known color: Medium Orchid. HEX triplet: B9, 57 and EA. RGB value is (185,87,234). Sum of RGB (Red+Green+Blue) = 185+87+234=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B957EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957EA is #46A815. Grayscale: #848484. Windows color (decimal): -4630550 or 15357881. OLE color: 15357881.

HSL color Cylindrical-coordinate representation of color #B957EA: hue angle of 280º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B957EA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 87 234 -
CMYK 0.21 0.63 0 0.08
HSL 280º 0.78% 0.63% -
HSV(B) 280º 0.63% 0.92% -
XYZ 38.27 23.07 80.28 -
YUV 133.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 185 87 234 0.21 0.63 0 0.08 280 0.78 0.63
Hex B9 57 EA 15 3F 0 8 118 4E 3F
Octal 271 127 352 25 77 0 10 430 116 77
Binary 10111001 1010111 11101010 10101 111111 0 1000 100011000 1001110 111111

Color Harmonies of #B957EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957EA

Black with #B957EA

Text Example


Text Example

White with #B957EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957EA; }

 p { color: rgb(185,87,234); }

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

background-color css

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

 a { background-color: rgb(185,87,234); }

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

border-color css

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

 span { border-color: rgb(185,87,234); }

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