Html Css Color HEX #B655FD Medium Orchid

📋 copy color: '#B655FD'

red 182 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #B655FD

Tints of Medium Orchid #B655FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 35%
G = 16.35%
B = 48.65%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B655FD (or 0xB655FD) is known color: Medium Orchid. HEX triplet: B6, 55 and FD. RGB value is (182,85,253). Sum of RGB (Red+Green+Blue) = 182+85+253=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #B655FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FD is #49AA02. Grayscale: #848484. Windows color (decimal): -4827651 or 16602550. OLE color: 16602550.

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

Color convert

RGB 182 85 253 -
CMYK 0.28 0.66 0 0.01
HSL 274.64º 0.98% 0.66% -
HSV(B) 274.64º 0.66% 0.99% -
XYZ 40.27 23.53 95.35 -
YUV 133.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 182 85 253 0.28 0.66 0 0.01 274.64 0.98 0.66
Hex B6 55 FD 1C 42 0 1 113 62 42
Octal 266 125 375 34 102 0 1 423 142 102
Binary 10110110 1010101 11111101 11100 1000010 0 1 100010011 1100010 1000010

Color Harmonies of #B655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655FD

Black with #B655FD

Text Example


Text Example

White with #B655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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