Html Css Color HEX #B664E5 Medium Orchid

📋 copy color: '#B664E5'

red 182 ◦ green 100 ◦ blue 229

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

Shades of Medium Orchid #B664E5

Tints of Medium Orchid #B664E5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.57%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 35.62%
G = 19.57%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B664E5 (or 0xB664E5) is known color: Medium Orchid. HEX triplet: B6, 64 and E5. RGB value is (182,100,229). Sum of RGB (Red+Green+Blue) = 182+100+229=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #B664E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664E5 is #499B1A. Grayscale: #8A8A8A. Windows color (decimal): -4823835 or 15033526. OLE color: 15033526.

HSL color Cylindrical-coordinate representation of color #B664E5: hue angle of 278.14º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B664E5 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 100 229 -
CMYK 0.21 0.56 0 0.10
HSL 278.14º 0.71% 0.65% -
HSV(B) 278.14º 0.56% 0.9% -
XYZ 37.99 24.72 76.9 -
YUV 139.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 182 100 229 0.21 0.56 0 0.10 278.14 0.71 0.65
Hex B6 64 E5 15 38 0 A 116 47 41
Octal 266 144 345 25 70 0 12 426 107 101
Binary 10110110 1100100 11100101 10101 111000 0 1010 100010110 1000111 1000001

Color Harmonies of #B664E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664E5

Black with #B664E5

Text Example


Text Example

White with #B664E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664E5; }

 p { color: rgb(182,100,229); }

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

background-color css

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

 a { background-color: rgb(182,100,229); }

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

border-color css

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

 span { border-color: rgb(182,100,229); }

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