Html Css Color HEX #B650EE Medium Orchid

📋 copy color: '#B650EE'

red 182 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #B650EE

Tints of Medium Orchid #B650EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 36.4%
G = 16%
B = 47.6%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B650EE (or 0xB650EE) is known color: Medium Orchid. HEX triplet: B6, 50 and EE. RGB value is (182,80,238). Sum of RGB (Red+Green+Blue) = 182+80+238=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B650EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650EE is #49AF11. Grayscale: #7F7F7F. Windows color (decimal): -4828946 or 15618230. OLE color: 15618230.

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

Color convert

RGB 182 80 238 -
CMYK 0.24 0.66 0 0.07
HSL 278.73º 0.82% 0.62% -
HSV(B) 278.73º 0.66% 0.93% -
XYZ 37.59 21.86 83.13 -
YUV 128.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 182 80 238 0.24 0.66 0 0.07 278.73 0.82 0.62
Hex B6 50 EE 18 42 0 7 117 52 3E
Octal 266 120 356 30 102 0 7 427 122 76
Binary 10110110 1010000 11101110 11000 1000010 0 111 100010111 1010010 111110

Color Harmonies of #B650EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650EE

Black with #B650EE

Text Example


Text Example

White with #B650EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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