Html Css Color HEX #B654ED Medium Orchid

📋 copy color: '#B654ED'

red 182 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #B654ED

Tints of Medium Orchid #B654ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.7%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 36.18%
G = 16.7%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B654ED (or 0xB654ED) is known color: Medium Orchid. HEX triplet: B6, 54 and ED. RGB value is (182,84,237). Sum of RGB (Red+Green+Blue) = 182+84+237=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #B654ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654ED is #49AB12. Grayscale: #828282. Windows color (decimal): -4827923 or 15553718. OLE color: 15553718.

HSL color Cylindrical-coordinate representation of color #B654ED: hue angle of 278.43º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B654ED is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 84 237 -
CMYK 0.23 0.65 0 0.07
HSL 278.43º 0.81% 0.63% -
HSV(B) 278.43º 0.65% 0.93% -
XYZ 37.75 22.4 82.45 -
YUV 130.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 182 84 237 0.23 0.65 0 0.07 278.43 0.81 0.63
Hex B6 54 ED 17 41 0 7 116 51 3F
Octal 266 124 355 27 101 0 7 426 121 77
Binary 10110110 1010100 11101101 10111 1000001 0 111 100010110 1010001 111111

Color Harmonies of #B654ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654ED

Black with #B654ED

Text Example


Text Example

White with #B654ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654ED; }

 p { color: rgb(182,84,237); }

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

background-color css

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

 a { background-color: rgb(182,84,237); }

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

border-color css

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

 span { border-color: rgb(182,84,237); }

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