Html Css Color HEX #B657FE Medium Orchid

📋 copy color: '#B657FE'

red 182 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #B657FE

Tints of Medium Orchid #B657FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.63%

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

R = 34.8%
G = 16.63%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B657FE (or 0xB657FE) is known color: Medium Orchid. HEX triplet: B6, 57 and FE. RGB value is (182,87,254). Sum of RGB (Red+Green+Blue) = 182+87+254=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B657FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B657FE is #49A801. Grayscale: #858585. Windows color (decimal): -4827138 or 16668598. OLE color: 16668598.

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

Color convert

RGB 182 87 254 -
CMYK 0.28 0.66 0 0.00
HSL 274.13º 0.99% 0.67% -
HSV(B) 274.13º 0.66% 1% -
XYZ 40.59 23.92 96.24 -
YUV 134.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 182 87 254 0.28 0.66 0 0.00 274.13 0.99 0.67
Hex B6 57 FE 1C 42 0 0 112 63 43
Octal 266 127 376 34 102 0 0 422 143 103
Binary 10110110 1010111 11111110 11100 1000010 0 0 100010010 1100011 1000011

Color Harmonies of #B657FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B657FE

Black with #B657FE

Text Example


Text Example

White with #B657FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B657FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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