Html Css Color HEX #B961E7 Medium Orchid

📋 copy color: '#B961E7'

red 185 ◦ green 97 ◦ blue 231

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

Shades of Medium Orchid #B961E7

Tints of Medium Orchid #B961E7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.91%

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 36.06%
G = 18.91%
B = 45.03%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B961E7 (or 0xB961E7) is known color: Medium Orchid. HEX triplet: B9, 61 and E7. RGB value is (185,97,231). Sum of RGB (Red+Green+Blue) = 185+97+231=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #B961E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961E7 is #469E18. Grayscale: #8A8A8A. Windows color (decimal): -4627993 or 15163833. OLE color: 15163833.

HSL color Cylindrical-coordinate representation of color #B961E7: hue angle of 279.4º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B961E7 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 97 231 -
CMYK 0.20 0.58 0 0.09
HSL 279.4º 0.74% 0.64% -
HSV(B) 279.4º 0.58% 0.91% -
XYZ 38.71 24.63 78.32 -
YUV 138.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 185 97 231 0.20 0.58 0 0.09 279.4 0.74 0.64
Hex B9 61 E7 14 3A 0 9 117 4A 40
Octal 271 141 347 24 72 0 11 427 112 100
Binary 10111001 1100001 11100111 10100 111010 0 1001 100010111 1001010 1000000

Color Harmonies of #B961E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961E7

Black with #B961E7

Text Example


Text Example

White with #B961E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961E7; }

 p { color: rgb(185,97,231); }

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

background-color css

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

 a { background-color: rgb(185,97,231); }

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

border-color css

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

 span { border-color: rgb(185,97,231); }

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