Html Css Color HEX #B658EE Medium Orchid

📋 copy color: '#B658EE'

red 182 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B658EE

Tints of Medium Orchid #B658EE

RGB

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

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

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

R = 35.83%
G = 17.32%
B = 46.85%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B658EE (or 0xB658EE) is known color: Medium Orchid. HEX triplet: B6, 58 and EE. RGB value is (182,88,238). Sum of RGB (Red+Green+Blue) = 182+88+238=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B658EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658EE is #49A711. Grayscale: #848484. Windows color (decimal): -4826898 or 15620278. OLE color: 15620278.

HSL color Cylindrical-coordinate representation of color #B658EE: hue angle of 277.6º degrees, saturation: 0.82, 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 #B658EE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 88 238 -
CMYK 0.24 0.63 0 0.07
HSL 277.6º 0.82% 0.64% -
HSV(B) 277.6º 0.63% 0.93% -
XYZ 38.21 23.1 83.33 -
YUV 133.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 182 88 238 0.24 0.63 0 0.07 277.6 0.82 0.64
Hex B6 58 EE 18 3F 0 7 116 52 40
Octal 266 130 356 30 77 0 7 426 122 100
Binary 10110110 1011000 11101110 11000 111111 0 111 100010110 1010010 1000000

Color Harmonies of #B658EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658EE

Black with #B658EE

Text Example


Text Example

White with #B658EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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