Html Css Color HEX #B655FE Medium Orchid

📋 copy color: '#B655FE'

red 182 ◦ green 85 ◦ blue 254

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

Shades of Medium Orchid #B655FE

Tints of Medium Orchid #B655FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 34.93%
G = 16.31%
B = 48.75%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B655FE (or 0xB655FE) is known color: Medium Orchid. HEX triplet: B6, 55 and FE. RGB value is (182,85,254). Sum of RGB (Red+Green+Blue) = 182+85+254=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B655FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FE is #49AA01. Grayscale: #848484. Windows color (decimal): -4827650 or 16668086. OLE color: 16668086.

HSL color Cylindrical-coordinate representation of color #B655FE: hue angle of 274.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B655FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 85 254 -
CMYK 0.28 0.67 0 0.00
HSL 274.44º 0.99% 0.66% -
HSV(B) 274.44º 0.67% 1% -
XYZ 40.43 23.6 96.19 -
YUV 133.27 196.14 162.76 -
System Red Green Blue C M Y K H S L
Decimal 182 85 254 0.28 0.67 0 0.00 274.44 0.99 0.66
Hex B6 55 FE 1C 43 0 0 112 63 42
Octal 266 125 376 34 103 0 0 422 143 102
Binary 10110110 1010101 11111110 11100 1000011 0 0 100010010 1100011 1000010

Color Harmonies of #B655FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655FE

Black with #B655FE

Text Example


Text Example

White with #B655FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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