Html Css Color HEX #B658EC Medium Orchid

📋 copy color: '#B658EC'

red 182 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #B658EC

Tints of Medium Orchid #B658EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 35.97%
G = 17.39%
B = 46.64%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B658EC (or 0xB658EC) is known color: Medium Orchid. HEX triplet: B6, 58 and EC. RGB value is (182,88,236). Sum of RGB (Red+Green+Blue) = 182+88+236=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #B658EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658EC is #49A713. Grayscale: #848484. Windows color (decimal): -4826900 or 15489206. OLE color: 15489206.

HSL color Cylindrical-coordinate representation of color #B658EC: hue angle of 278.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B658EC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 88 236 -
CMYK 0.23 0.63 0 0.07
HSL 278.11º 0.8% 0.64% -
HSV(B) 278.11º 0.63% 0.93% -
XYZ 37.92 22.98 81.79 -
YUV 132.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 182 88 236 0.23 0.63 0 0.07 278.11 0.8 0.64
Hex B6 58 EC 17 3F 0 7 116 50 40
Octal 266 130 354 27 77 0 7 426 120 100
Binary 10110110 1011000 11101100 10111 111111 0 111 100010110 1010000 1000000

Color Harmonies of #B658EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658EC

Black with #B658EC

Text Example


Text Example

White with #B658EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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