Html Css Color HEX #B245FD Medium Orchid

📋 copy color: '#B245FD'

red 178 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #B245FD

Tints of Medium Orchid #B245FD

RGB

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

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

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

R = 35.6%
G = 13.8%
B = 50.6%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B245FD (or 0xB245FD) is known color: Medium Orchid. HEX triplet: B2, 45 and FD. RGB value is (178,69,253). Sum of RGB (Red+Green+Blue) = 178+69+253=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B245FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245FD is #4DBA02. Grayscale: #797979. Windows color (decimal): -5093891 or 16598450. OLE color: 16598450.

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

Color convert

RGB 178 69 253 -
CMYK 0.30 0.73 0 0.01
HSL 275.54º 0.98% 0.63% -
HSV(B) 275.54º 0.73% 0.99% -
XYZ 38.22 20.81 94.93 -
YUV 122.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 178 69 253 0.30 0.73 0 0.01 275.54 0.98 0.63
Hex B2 45 FD 1E 49 0 1 114 62 3F
Octal 262 105 375 36 111 0 1 424 142 77
Binary 10110010 1000101 11111101 11110 1001001 0 1 100010100 1100010 111111

Color Harmonies of #B245FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245FD

Black with #B245FD

Text Example


Text Example

White with #B245FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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