Html Css Color HEX #B649EA Medium Orchid

📋 copy color: '#B649EA'

red 182 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #B649EA

Tints of Medium Orchid #B649EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.93%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 37.22%
G = 14.93%
B = 47.85%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B649EA (or 0xB649EA) is known color: Medium Orchid. HEX triplet: B6, 49 and EA. RGB value is (182,73,234). Sum of RGB (Red+Green+Blue) = 182+73+234=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #B649EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649EA is #49B615. Grayscale: #7B7B7B. Windows color (decimal): -4830742 or 15354294. OLE color: 15354294.

HSL color Cylindrical-coordinate representation of color #B649EA: hue angle of 280.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B649EA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 73 234 -
CMYK 0.22 0.69 0 0.08
HSL 280.62º 0.79% 0.6% -
HSV(B) 280.62º 0.69% 0.92% -
XYZ 36.53 20.65 79.9 -
YUV 123.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 182 73 234 0.22 0.69 0 0.08 280.62 0.79 0.6
Hex B6 49 EA 16 45 0 8 119 4F 3C
Octal 266 111 352 26 105 0 10 431 117 74
Binary 10110110 1001001 11101010 10110 1000101 0 1000 100011001 1001111 111100

Color Harmonies of #B649EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649EA

Black with #B649EA

Text Example


Text Example

White with #B649EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649EA; }

 p { color: rgb(182,73,234); }

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

background-color css

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

 a { background-color: rgb(182,73,234); }

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

border-color css

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

 span { border-color: rgb(182,73,234); }

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