Html Css Color HEX #B658D0 Medium Orchid

📋 copy color: '#B658D0'

red 182 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #B658D0

Tints of Medium Orchid #B658D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 38.08%
G = 18.41%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B658D0 (or 0xB658D0) is known color: Medium Orchid. HEX triplet: B6, 58 and D0. RGB value is (182,88,208). Sum of RGB (Red+Green+Blue) = 182+88+208=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #B658D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658D0 is #49A72F. Grayscale: #818181. Windows color (decimal): -4826928 or 13654198. OLE color: 13654198.

HSL color Cylindrical-coordinate representation of color #B658D0: hue angle of 287º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B658D0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 88 208 -
CMYK 0.12 0.58 0 0.18
HSL 287º 0.56% 0.58% -
HSV(B) 287º 0.58% 0.82% -
XYZ 34.17 21.48 62.02 -
YUV 129.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 182 88 208 0.12 0.58 0 0.18 287 0.56 0.58
Hex B6 58 D0 C 3A 0 12 11F 38 3A
Octal 266 130 320 14 72 0 22 437 70 72
Binary 10110110 1011000 11010000 1100 111010 0 10010 100011111 111000 111010

Color Harmonies of #B658D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658D0

Black with #B658D0

Text Example


Text Example

White with #B658D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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