Html Css Color HEX #B658DE Medium Orchid

📋 copy color: '#B658DE'

red 182 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #B658DE

Tints of Medium Orchid #B658DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 36.99%
G = 17.89%
B = 45.12%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B658DE (or 0xB658DE) is known color: Medium Orchid. HEX triplet: B6, 58 and DE. RGB value is (182,88,222). Sum of RGB (Red+Green+Blue) = 182+88+222=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #B658DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658DE is #49A721. Grayscale: #828282. Windows color (decimal): -4826914 or 14571702. OLE color: 14571702.

HSL color Cylindrical-coordinate representation of color #B658DE: hue angle of 282.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B658DE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 88 222 -
CMYK 0.18 0.60 0 0.13
HSL 282.09º 0.67% 0.61% -
HSV(B) 282.09º 0.6% 0.87% -
XYZ 35.97 22.2 71.5 -
YUV 131.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 182 88 222 0.18 0.60 0 0.13 282.09 0.67 0.61
Hex B6 58 DE 12 3C 0 D 11A 43 3D
Octal 266 130 336 22 74 0 15 432 103 75
Binary 10110110 1011000 11011110 10010 111100 0 1101 100011010 1000011 111101

Color Harmonies of #B658DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658DE

Black with #B658DE

Text Example


Text Example

White with #B658DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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