Html Css Color HEX #B648E7 Medium Orchid

📋 copy color: '#B648E7'

red 182 ◦ green 72 ◦ blue 231

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

Shades of Medium Orchid #B648E7

Tints of Medium Orchid #B648E7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 37.53%
G = 14.85%
B = 47.63%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B648E7 (or 0xB648E7) is known color: Medium Orchid. HEX triplet: B6, 48 and E7. RGB value is (182,72,231). Sum of RGB (Red+Green+Blue) = 182+72+231=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #B648E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648E7 is #49B718. Grayscale: #7A7A7A. Windows color (decimal): -4831001 or 15157430. OLE color: 15157430.

HSL color Cylindrical-coordinate representation of color #B648E7: hue angle of 281.51º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B648E7 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 72 231 -
CMYK 0.21 0.69 0 0.09
HSL 281.51º 0.77% 0.59% -
HSV(B) 281.51º 0.69% 0.91% -
XYZ 36.03 20.35 77.63 -
YUV 123.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 182 72 231 0.21 0.69 0 0.09 281.51 0.77 0.59
Hex B6 48 E7 15 45 0 9 11A 4D 3B
Octal 266 110 347 25 105 0 11 432 115 73
Binary 10110110 1001000 11100111 10101 1000101 0 1001 100011010 1001101 111011

Color Harmonies of #B648E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648E7

Black with #B648E7

Text Example


Text Example

White with #B648E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648E7; }

 p { color: rgb(182,72,231); }

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

background-color css

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

 a { background-color: rgb(182,72,231); }

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

border-color css

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

 span { border-color: rgb(182,72,231); }

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