Html Css Color HEX #B245FE Medium Orchid

📋 copy color: '#B245FE'

red 178 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #B245FE

Tints of Medium Orchid #B245FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.77%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 35.53%
G = 13.77%
B = 50.7%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B245FE (or 0xB245FE) is known color: Medium Orchid. HEX triplet: B2, 45 and FE. RGB value is (178,69,254). Sum of RGB (Red+Green+Blue) = 178+69+254=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B245FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245FE is #4DBA01. Grayscale: #7A7A7A. Windows color (decimal): -5093890 or 16663986. OLE color: 16663986.

HSL color Cylindrical-coordinate representation of color #B245FE: hue angle of 275.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B245FE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 69 254 -
CMYK 0.30 0.73 0 0.00
HSL 275.35º 0.99% 0.63% -
HSV(B) 275.35º 0.73% 1% -
XYZ 38.38 20.88 95.77 -
YUV 122.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 178 69 254 0.30 0.73 0 0.00 275.35 0.99 0.63
Hex B2 45 FE 1E 49 0 0 113 63 3F
Octal 262 105 376 36 111 0 0 423 143 77
Binary 10110010 1000101 11111110 11110 1001001 0 0 100010011 1100011 111111

Color Harmonies of #B245FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245FE

Black with #B245FE

Text Example


Text Example

White with #B245FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245FE; }

 p { color: rgb(178,69,254); }

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

background-color css

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

 a { background-color: rgb(178,69,254); }

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

border-color css

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

 span { border-color: rgb(178,69,254); }

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