Html Css Color HEX #B655FB Medium Orchid

📋 copy color: '#B655FB'

red 182 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #B655FB

Tints of Medium Orchid #B655FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 35.14%
G = 16.41%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B655FB (or 0xB655FB) is known color: Medium Orchid. HEX triplet: B6, 55 and FB. RGB value is (182,85,251). Sum of RGB (Red+Green+Blue) = 182+85+251=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #B655FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FB is #49AA04. Grayscale: #848484. Windows color (decimal): -4827653 or 16471478. OLE color: 16471478.

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

Color convert

RGB 182 85 251 -
CMYK 0.27 0.66 0 0.02
HSL 275.06º 0.95% 0.66% -
HSV(B) 275.06º 0.66% 0.98% -
XYZ 39.95 23.41 93.68 -
YUV 132.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 182 85 251 0.27 0.66 0 0.02 275.06 0.95 0.66
Hex B6 55 FB 1B 42 0 2 113 5F 42
Octal 266 125 373 33 102 0 2 423 137 102
Binary 10110110 1010101 11111011 11011 1000010 0 10 100010011 1011111 1000010

Color Harmonies of #B655FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655FB

Black with #B655FB

Text Example


Text Example

White with #B655FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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