Html Css Color HEX #B658FF Medium Orchid

📋 copy color: '#B658FF'

red 182 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B658FF

Tints of Medium Orchid #B658FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 34.67%
G = 16.76%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B658FF (or 0xB658FF) is known color: Medium Orchid. HEX triplet: B6, 58 and FF. RGB value is (182,88,255). Sum of RGB (Red+Green+Blue) = 182+88+255=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B658FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658FF is #49A700. Grayscale: #868686. Windows color (decimal): -4826881 or 16734390. OLE color: 16734390.

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

Color convert

RGB 182 88 255 -
CMYK 0.29 0.65 0 0
HSL 273.77º 1% 0.67% -
HSV(B) 273.77º 0.65% 1% -
XYZ 40.83 24.14 97.12 -
YUV 135.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 182 88 255 0.29 0.65 0 0 273.77 1 0.67
Hex B6 58 FF 1D 41 0 0 112 64 43
Octal 266 130 377 35 101 0 0 422 144 103
Binary 10110110 1011000 11111111 11101 1000001 0 0 100010010 1100100 1000011

Color Harmonies of #B658FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658FF

Black with #B658FF

Text Example


Text Example

White with #B658FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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