Html Css Color HEX #B655FA Medium Orchid

📋 copy color: '#B655FA'

red 182 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #B655FA

Tints of Medium Orchid #B655FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 35.2%
G = 16.44%
B = 48.36%

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

#B655FA (or 0xB655FA) is known color: Medium Orchid. HEX triplet: B6, 55 and FA. RGB value is (182,85,250). Sum of RGB (Red+Green+Blue) = 182+85+250=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #B655FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FA is #49AA05. Grayscale: #848484. Windows color (decimal): -4827654 or 16405942. OLE color: 16405942.

HSL color Cylindrical-coordinate representation of color #B655FA: hue angle of 275.27º degrees, saturation: 0.94, 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 #B655FA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 85 250 -
CMYK 0.27 0.66 0 0.02
HSL 275.27º 0.94% 0.66% -
HSV(B) 275.27º 0.66% 0.98% -
XYZ 39.8 23.34 92.85 -
YUV 132.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 182 85 250 0.27 0.66 0 0.02 275.27 0.94 0.66
Hex B6 55 FA 1B 42 0 2 113 5E 42
Octal 266 125 372 33 102 0 2 423 136 102
Binary 10110110 1010101 11111010 11011 1000010 0 10 100010011 1011110 1000010

Color Harmonies of #B655FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655FA

Black with #B655FA

Text Example


Text Example

White with #B655FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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