Html Css Color HEX #B255FD Medium Orchid

📋 copy color: '#B255FD'

red 178 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #B255FD

Tints of Medium Orchid #B255FD

RGB

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

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

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

R = 34.5%
G = 16.47%
B = 49.03%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B255FD (or 0xB255FD) is known color: Medium Orchid. HEX triplet: B2, 55 and FD. RGB value is (178,85,253). Sum of RGB (Red+Green+Blue) = 178+85+253=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B255FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FD is #4DAA02. Grayscale: #838383. Windows color (decimal): -5089795 or 16602546. OLE color: 16602546.

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

Color convert

RGB 178 85 253 -
CMYK 0.30 0.66 0 0.01
HSL 273.21º 0.98% 0.66% -
HSV(B) 273.21º 0.66% 0.99% -
XYZ 39.34 23.05 95.3 -
YUV 131.96 196.31 160.84 -
System Red Green Blue C M Y K H S L
Decimal 178 85 253 0.30 0.66 0 0.01 273.21 0.98 0.66
Hex B2 55 FD 1E 42 0 1 111 62 42
Octal 262 125 375 36 102 0 1 421 142 102
Binary 10110010 1010101 11111101 11110 1000010 0 1 100010001 1100010 1000010

Color Harmonies of #B255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255FD

Black with #B255FD

Text Example


Text Example

White with #B255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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