Html Css Color HEX #B65BEE Medium Orchid

📋 copy color: '#B65BEE'

red 182 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #B65BEE

Tints of Medium Orchid #B65BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 35.62%
G = 17.81%
B = 46.58%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B65BEE (or 0xB65BEE) is known color: Medium Orchid. HEX triplet: B6, 5B and EE. RGB value is (182,91,238). Sum of RGB (Red+Green+Blue) = 182+91+238=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #B65BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BEE is #49A411. Grayscale: #868686. Windows color (decimal): -4826130 or 15621046. OLE color: 15621046.

HSL color Cylindrical-coordinate representation of color #B65BEE: hue angle of 277.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65BEE is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 91 238 -
CMYK 0.24 0.62 0 0.07
HSL 277.14º 0.81% 0.65% -
HSV(B) 277.14º 0.62% 0.93% -
XYZ 38.47 23.6 83.42 -
YUV 134.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 182 91 238 0.24 0.62 0 0.07 277.14 0.81 0.65
Hex B6 5B EE 18 3E 0 7 115 51 41
Octal 266 133 356 30 76 0 7 425 121 101
Binary 10110110 1011011 11101110 11000 111110 0 111 100010101 1010001 1000001

Color Harmonies of #B65BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BEE

Black with #B65BEE

Text Example


Text Example

White with #B65BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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