Html Css Color HEX #B965E8 Medium Orchid

📋 copy color: '#B965E8'

red 185 ◦ green 101 ◦ blue 232

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

Shades of Medium Orchid #B965E8

Tints of Medium Orchid #B965E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.79%

R = 35.71%
G = 19.5%
B = 44.79%

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

#B965E8 (or 0xB965E8) is known color: Medium Orchid. HEX triplet: B9, 65 and E8. RGB value is (185,101,232). Sum of RGB (Red+Green+Blue) = 185+101+232=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #B965E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965E8 is #469A17. Grayscale: #8C8C8C. Windows color (decimal): -4626968 or 15230393. OLE color: 15230393.

HSL color Cylindrical-coordinate representation of color #B965E8: hue angle of 278.47º degrees, saturation: 0.74, 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 #B965E8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 101 232 -
CMYK 0.20 0.56 0 0.09
HSL 278.47º 0.74% 0.65% -
HSV(B) 278.47º 0.56% 0.91% -
XYZ 39.23 25.45 79.19 -
YUV 141.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 185 101 232 0.20 0.56 0 0.09 278.47 0.74 0.65
Hex B9 65 E8 14 38 0 9 116 4A 41
Octal 271 145 350 24 70 0 11 426 112 101
Binary 10111001 1100101 11101000 10100 111000 0 1001 100010110 1001010 1000001

Color Harmonies of #B965E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965E8

Black with #B965E8

Text Example


Text Example

White with #B965E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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