Html Css Color HEX #B650FE Medium Orchid

📋 copy color: '#B650FE'

red 182 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B650FE

Tints of Medium Orchid #B650FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 35.27%
G = 15.5%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B650FE (or 0xB650FE) is known color: Medium Orchid. HEX triplet: B6, 50 and FE. RGB value is (182,80,254). Sum of RGB (Red+Green+Blue) = 182+80+254=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B650FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650FE is #49AF01. Grayscale: #818181. Windows color (decimal): -4828930 or 16666806. OLE color: 16666806.

HSL color Cylindrical-coordinate representation of color #B650FE: hue angle of 275.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B650FE is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 80 254 -
CMYK 0.28 0.69 0 0.00
HSL 275.17º 0.99% 0.65% -
HSV(B) 275.17º 0.69% 1% -
XYZ 40.05 22.84 96.06 -
YUV 130.33 197.79 164.85 -
System Red Green Blue C M Y K H S L
Decimal 182 80 254 0.28 0.69 0 0.00 275.17 0.99 0.65
Hex B6 50 FE 1C 45 0 0 113 63 41
Octal 266 120 376 34 105 0 0 423 143 101
Binary 10110110 1010000 11111110 11100 1000101 0 0 100010011 1100011 1000001

Color Harmonies of #B650FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650FE

Black with #B650FE

Text Example


Text Example

White with #B650FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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