Html Css Color HEX #B655CE Medium Orchid

📋 copy color: '#B655CE'

red 182 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #B655CE

Tints of Medium Orchid #B655CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 38.48%
G = 17.97%
B = 43.55%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B655CE (or 0xB655CE) is known color: Medium Orchid. HEX triplet: B6, 55 and CE. RGB value is (182,85,206). Sum of RGB (Red+Green+Blue) = 182+85+206=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B655CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CE is #49AA31. Grayscale: #7F7F7F. Windows color (decimal): -4827698 or 13522358. OLE color: 13522358.

HSL color Cylindrical-coordinate representation of color #B655CE: hue angle of 288.1º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B655CE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 85 206 -
CMYK 0.12 0.59 0 0.19
HSL 288.1º 0.55% 0.57% -
HSV(B) 288.1º 0.59% 0.81% -
XYZ 33.68 20.9 60.65 -
YUV 127.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 182 85 206 0.12 0.59 0 0.19 288.1 0.55 0.57
Hex B6 55 CE C 3B 0 13 120 37 39
Octal 266 125 316 14 73 0 23 440 67 71
Binary 10110110 1010101 11001110 1100 111011 0 10011 100100000 110111 111001

Color Harmonies of #B655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655CE

Black with #B655CE

Text Example


Text Example

White with #B655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655CE; }

 p { color: rgb(182,85,206); }

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

background-color css

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

 a { background-color: rgb(182,85,206); }

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

border-color css

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

 span { border-color: rgb(182,85,206); }

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