Html Css Color HEX #B653CE Medium Orchid

📋 copy color: '#B653CE'

red 182 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #B653CE

Tints of Medium Orchid #B653CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

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

R = 38.64%
G = 17.62%
B = 43.74%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B653CE (or 0xB653CE) is known color: Medium Orchid. HEX triplet: B6, 53 and CE. RGB value is (182,83,206). Sum of RGB (Red+Green+Blue) = 182+83+206=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B653CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653CE is #49AC31. Grayscale: #7E7E7E. Windows color (decimal): -4828210 or 13521846. OLE color: 13521846.

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

Color convert

RGB 182 83 206 -
CMYK 0.12 0.60 0 0.19
HSL 288.29º 0.56% 0.57% -
HSV(B) 288.29º 0.6% 0.81% -
XYZ 33.53 20.59 60.6 -
YUV 126.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 182 83 206 0.12 0.60 0 0.19 288.29 0.56 0.57
Hex B6 53 CE C 3C 0 13 120 38 39
Octal 266 123 316 14 74 0 23 440 70 71
Binary 10110110 1010011 11001110 1100 111100 0 10011 100100000 111000 111001

Color Harmonies of #B653CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653CE

Black with #B653CE

Text Example


Text Example

White with #B653CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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