Html Css Color HEX #B965E7 Medium Orchid

📋 copy color: '#B965E7'

red 185 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #B965E7

Tints of Medium Orchid #B965E7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

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

R = 35.78%
G = 19.54%
B = 44.68%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B965E7 (or 0xB965E7) is known color: Medium Orchid. HEX triplet: B9, 65 and E7. RGB value is (185,101,231). Sum of RGB (Red+Green+Blue) = 185+101+231=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #B965E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965E7 is #469A18. Grayscale: #8C8C8C. Windows color (decimal): -4626969 or 15164857. OLE color: 15164857.

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

Color convert

RGB 185 101 231 -
CMYK 0.20 0.56 0 0.09
HSL 278.77º 0.73% 0.65% -
HSV(B) 278.77º 0.56% 0.91% -
XYZ 39.09 25.39 78.44 -
YUV 140.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 185 101 231 0.20 0.56 0 0.09 278.77 0.73 0.65
Hex B9 65 E7 14 38 0 9 117 49 41
Octal 271 145 347 24 70 0 11 427 111 101
Binary 10111001 1100101 11100111 10100 111000 0 1001 100010111 1001001 1000001

Color Harmonies of #B965E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965E7

Black with #B965E7

Text Example


Text Example

White with #B965E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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