Html Css Color HEX #B64EEB Medium Orchid

📋 copy color: '#B64EEB'

red 182 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #B64EEB

Tints of Medium Orchid #B64EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.76%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 36.77%
G = 15.76%
B = 47.47%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B64EEB (or 0xB64EEB) is known color: Medium Orchid. HEX triplet: B6, 4E and EB. RGB value is (182,78,235). Sum of RGB (Red+Green+Blue) = 182+78+235=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #B64EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64EEB is #49B114. Grayscale: #7E7E7E. Windows color (decimal): -4829461 or 15421110. OLE color: 15421110.

HSL color Cylindrical-coordinate representation of color #B64EEB: hue angle of 279.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64EEB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 78 235 -
CMYK 0.23 0.67 0 0.08
HSL 279.75º 0.8% 0.61% -
HSV(B) 279.75º 0.67% 0.92% -
XYZ 37.01 21.39 80.78 -
YUV 126.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 182 78 235 0.23 0.67 0 0.08 279.75 0.8 0.61
Hex B6 4E EB 17 43 0 8 118 50 3D
Octal 266 116 353 27 103 0 10 430 120 75
Binary 10110110 1001110 11101011 10111 1000011 0 1000 100011000 1010000 111101

Color Harmonies of #B64EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EEB

Black with #B64EEB

Text Example


Text Example

White with #B64EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EEB; }

 p { color: rgb(182,78,235); }

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

background-color css

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

 a { background-color: rgb(182,78,235); }

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

border-color css

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

 span { border-color: rgb(182,78,235); }

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