Html Css Color HEX #B65BE5 Medium Orchid

📋 copy color: '#B65BE5'

red 182 ◦ green 91 ◦ blue 229

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

Shades of Medium Orchid #B65BE5

Tints of Medium Orchid #B65BE5

RGB

 RED value IS 182 (71.48% from 255) = 36.25%

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 36.25%
G = 18.13%
B = 45.62%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B65BE5 (or 0xB65BE5) is known color: Medium Orchid. HEX triplet: B6, 5B and E5. RGB value is (182,91,229). Sum of RGB (Red+Green+Blue) = 182+91+229=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #B65BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BE5 is #49A41A. Grayscale: #858585. Windows color (decimal): -4826139 or 15031222. OLE color: 15031222.

HSL color Cylindrical-coordinate representation of color #B65BE5: hue angle of 279.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65BE5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 91 229 -
CMYK 0.21 0.60 0 0.10
HSL 279.57º 0.73% 0.63% -
HSV(B) 279.57º 0.6% 0.9% -
XYZ 37.18 23.08 76.63 -
YUV 133.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 182 91 229 0.21 0.60 0 0.10 279.57 0.73 0.63
Hex B6 5B E5 15 3C 0 A 118 49 3F
Octal 266 133 345 25 74 0 12 430 111 77
Binary 10110110 1011011 11100101 10101 111100 0 1010 100011000 1001001 111111

Color Harmonies of #B65BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BE5

Black with #B65BE5

Text Example


Text Example

White with #B65BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BE5; }

 p { color: rgb(182,91,229); }

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

background-color css

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

 a { background-color: rgb(182,91,229); }

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

border-color css

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

 span { border-color: rgb(182,91,229); }

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