Html Css Color HEX #B675EE Medium Purple

📋 copy color: '#B675EE'

red 182 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #B675EE

Tints of Medium Purple #B675EE

RGB

 RED value IS 182 (71.48% from 255) = 33.89%

 GREEN value IS 117 (46.09% from 255) = 21.79%

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

R = 33.89%
G = 21.79%
B = 44.32%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B675EE (or 0xB675EE) is known color: Medium Purple. HEX triplet: B6, 75 and EE. RGB value is (182,117,238). Sum of RGB (Red+Green+Blue) = 182+117+238=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #B675EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B675EE is #498A11. Grayscale: #959595. Windows color (decimal): -4819474 or 15627702. OLE color: 15627702.

HSL color Cylindrical-coordinate representation of color #B675EE: hue angle of 272.23º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B675EE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 117 238 -
CMYK 0.24 0.51 0 0.07
HSL 272.23º 0.78% 0.7% -
HSV(B) 272.23º 0.51% 0.93% -
XYZ 41.09 28.84 84.29 -
YUV 150.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 182 117 238 0.24 0.51 0 0.07 272.23 0.78 0.7
Hex B6 75 EE 18 33 0 7 110 4E 46
Octal 266 165 356 30 63 0 7 420 116 106
Binary 10110110 1110101 11101110 11000 110011 0 111 100010000 1001110 1000110

Color Harmonies of #B675EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675EE

Black with #B675EE

Text Example


Text Example

White with #B675EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675EE; }

 p { color: rgb(182,117,238); }

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

background-color css

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

 a { background-color: rgb(182,117,238); }

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

border-color css

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

 span { border-color: rgb(182,117,238); }

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