Html Css Color HEX #B655FC Medium Orchid

📋 copy color: '#B655FC'

red 182 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #B655FC

Tints of Medium Orchid #B655FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 35.07%
G = 16.38%
B = 48.55%

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

#B655FC (or 0xB655FC) is known color: Medium Orchid. HEX triplet: B6, 55 and FC. RGB value is (182,85,252). Sum of RGB (Red+Green+Blue) = 182+85+252=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B655FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FC is #49AA03. Grayscale: #848484. Windows color (decimal): -4827652 or 16537014. OLE color: 16537014.

HSL color Cylindrical-coordinate representation of color #B655FC: hue angle of 274.85º degrees, saturation: 0.97, 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 #B655FC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 85 252 -
CMYK 0.28 0.66 0 0.01
HSL 274.85º 0.97% 0.66% -
HSV(B) 274.85º 0.66% 0.99% -
XYZ 40.11 23.47 94.51 -
YUV 133.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 182 85 252 0.28 0.66 0 0.01 274.85 0.97 0.66
Hex B6 55 FC 1C 42 0 1 113 61 42
Octal 266 125 374 34 102 0 1 423 141 102
Binary 10110110 1010101 11111100 11100 1000010 0 1 100010011 1100001 1000010

Color Harmonies of #B655FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655FC

Black with #B655FC

Text Example


Text Example

White with #B655FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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