Html Css Color HEX #B245EE Medium Orchid

📋 copy color: '#B245EE'

red 178 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #B245EE

Tints of Medium Orchid #B245EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 36.7%
G = 14.23%
B = 49.07%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B245EE (or 0xB245EE) is known color: Medium Orchid. HEX triplet: B2, 45 and EE. RGB value is (178,69,238). Sum of RGB (Red+Green+Blue) = 178+69+238=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B245EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245EE is #4DBA11. Grayscale: #787878. Windows color (decimal): -5093906 or 15615410. OLE color: 15615410.

HSL color Cylindrical-coordinate representation of color #B245EE: hue angle of 278.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B245EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 69 238 -
CMYK 0.25 0.71 0 0.07
HSL 278.7º 0.83% 0.6% -
HSV(B) 278.7º 0.71% 0.93% -
XYZ 35.92 19.89 82.84 -
YUV 120.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 178 69 238 0.25 0.71 0 0.07 278.7 0.83 0.6
Hex B2 45 EE 19 47 0 7 117 53 3C
Octal 262 105 356 31 107 0 7 427 123 74
Binary 10110010 1000101 11101110 11001 1000111 0 111 100010111 1010011 111100

Color Harmonies of #B245EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245EE

Black with #B245EE

Text Example


Text Example

White with #B245EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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