Html Css Color HEX #B245FA Medium Orchid

📋 copy color: '#B245FA'

red 178 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #B245FA

Tints of Medium Orchid #B245FA

RGB

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

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

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

R = 35.81%
G = 13.88%
B = 50.3%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B245FA (or 0xB245FA) is known color: Medium Orchid. HEX triplet: B2, 45 and FA. RGB value is (178,69,250). Sum of RGB (Red+Green+Blue) = 178+69+250=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B245FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245FA is #4DBA05. Grayscale: #797979. Windows color (decimal): -5093894 or 16401842. OLE color: 16401842.

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

Color convert

RGB 178 69 250 -
CMYK 0.29 0.72 0 0.02
HSL 276.13º 0.95% 0.63% -
HSV(B) 276.13º 0.72% 0.98% -
XYZ 37.74 20.62 92.43 -
YUV 122.23 200.11 167.78 -
System Red Green Blue C M Y K H S L
Decimal 178 69 250 0.29 0.72 0 0.02 276.13 0.95 0.63
Hex B2 45 FA 1D 48 0 2 114 5F 3F
Octal 262 105 372 35 110 0 2 424 137 77
Binary 10110010 1000101 11111010 11101 1001000 0 10 100010100 1011111 111111

Color Harmonies of #B245FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245FA

Black with #B245FA

Text Example


Text Example

White with #B245FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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