Html Css Color HEX #B245EF Medium Orchid

📋 copy color: '#B245EF'

red 178 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #B245EF

Tints of Medium Orchid #B245EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 36.63%
G = 14.2%
B = 49.18%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B245EF (or 0xB245EF) is known color: Medium Orchid. HEX triplet: B2, 45 and EF. RGB value is (178,69,239). Sum of RGB (Red+Green+Blue) = 178+69+239=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B245EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245EF is #4DBA10. Grayscale: #787878. Windows color (decimal): -5093905 or 15680946. OLE color: 15680946.

HSL color Cylindrical-coordinate representation of color #B245EF: hue angle of 278.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B245EF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 69 239 -
CMYK 0.26 0.71 0 0.06
HSL 278.47º 0.84% 0.6% -
HSV(B) 278.47º 0.71% 0.94% -
XYZ 36.07 19.95 83.61 -
YUV 120.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 178 69 239 0.26 0.71 0 0.06 278.47 0.84 0.6
Hex B2 45 EF 1A 47 0 6 116 54 3C
Octal 262 105 357 32 107 0 6 426 124 74
Binary 10110010 1000101 11101111 11010 1000111 0 110 100010110 1010100 111100

Color Harmonies of #B245EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245EF

Black with #B245EF

Text Example


Text Example

White with #B245EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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