Html Css Color HEX #B255FC Medium Orchid

📋 copy color: '#B255FC'

red 178 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #B255FC

Tints of Medium Orchid #B255FC

RGB

 RED value IS 178 (69.92% from 255) = 34.56%

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

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

R = 34.56%
G = 16.5%
B = 48.93%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B255FC (or 0xB255FC) is known color: Medium Orchid. HEX triplet: B2, 55 and FC. RGB value is (178,85,252). Sum of RGB (Red+Green+Blue) = 178+85+252=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #B255FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FC is #4DAA03. Grayscale: #838383. Windows color (decimal): -5089796 or 16537010. OLE color: 16537010.

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

Color convert

RGB 178 85 252 -
CMYK 0.29 0.66 0 0.01
HSL 273.41º 0.97% 0.66% -
HSV(B) 273.41º 0.66% 0.99% -
XYZ 39.18 22.99 94.47 -
YUV 131.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 178 85 252 0.29 0.66 0 0.01 273.41 0.97 0.66
Hex B2 55 FC 1D 42 0 1 111 61 42
Octal 262 125 374 35 102 0 1 421 141 102
Binary 10110010 1010101 11111100 11101 1000010 0 1 100010001 1100001 1000010

Color Harmonies of #B255FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255FC

Black with #B255FC

Text Example


Text Example

White with #B255FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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