Html Css Color HEX #B64BEB Medium Orchid

📋 copy color: '#B64BEB'

red 182 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #B64BEB

Tints of Medium Orchid #B64BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.24%

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

R = 36.99%
G = 15.24%
B = 47.76%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B64BEB (or 0xB64BEB) is known color: Medium Orchid. HEX triplet: B6, 4B and EB. RGB value is (182,75,235). Sum of RGB (Red+Green+Blue) = 182+75+235=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #B64BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BEB is #49B414. Grayscale: #7C7C7C. Windows color (decimal): -4830229 or 15420342. OLE color: 15420342.

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

Color convert

RGB 182 75 235 -
CMYK 0.23 0.68 0 0.08
HSL 280.13º 0.8% 0.61% -
HSV(B) 280.13º 0.68% 0.92% -
XYZ 36.8 20.98 80.71 -
YUV 125.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 182 75 235 0.23 0.68 0 0.08 280.13 0.8 0.61
Hex B6 4B EB 17 44 0 8 118 50 3D
Octal 266 113 353 27 104 0 10 430 120 75
Binary 10110110 1001011 11101011 10111 1000100 0 1000 100011000 1010000 111101

Color Harmonies of #B64BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BEB

Black with #B64BEB

Text Example


Text Example

White with #B64BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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