Html Css Color HEX #B658FE Medium Orchid

📋 copy color: '#B658FE'

red 182 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #B658FE

Tints of Medium Orchid #B658FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.79%

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

R = 34.73%
G = 16.79%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B658FE (or 0xB658FE) is known color: Medium Orchid. HEX triplet: B6, 58 and FE. RGB value is (182,88,254). Sum of RGB (Red+Green+Blue) = 182+88+254=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B658FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658FE is #49A701. Grayscale: #868686. Windows color (decimal): -4826882 or 16668854. OLE color: 16668854.

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

Color convert

RGB 182 88 254 -
CMYK 0.28 0.65 0 0.00
HSL 273.98º 0.99% 0.67% -
HSV(B) 273.98º 0.65% 1% -
XYZ 40.67 24.08 96.27 -
YUV 135.03 195.14 161.5 -
System Red Green Blue C M Y K H S L
Decimal 182 88 254 0.28 0.65 0 0.00 273.98 0.99 0.67
Hex B6 58 FE 1C 41 0 0 112 63 43
Octal 266 130 376 34 101 0 0 422 143 103
Binary 10110110 1011000 11111110 11100 1000001 0 0 100010010 1100011 1000011

Color Harmonies of #B658FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658FE

Black with #B658FE

Text Example


Text Example

White with #B658FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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