Html Css Color HEX #B64BFF Medium Orchid

📋 copy color: '#B64BFF'

red 182 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #B64BFF

Tints of Medium Orchid #B64BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 35.55%
G = 14.65%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B64BFF (or 0xB64BFF) is known color: Medium Orchid. HEX triplet: B6, 4B and FF. RGB value is (182,75,255). Sum of RGB (Red+Green+Blue) = 182+75+255=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B64BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BFF is #49B400. Grayscale: #7E7E7E. Windows color (decimal): -4830209 or 16731062. OLE color: 16731062.

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

Color convert

RGB 182 75 255 -
CMYK 0.29 0.71 0 0
HSL 275.67º 1% 0.65% -
HSV(B) 275.67º 0.71% 1% -
XYZ 39.86 22.2 96.79 -
YUV 127.51 199.95 166.86 -
System Red Green Blue C M Y K H S L
Decimal 182 75 255 0.29 0.71 0 0 275.67 1 0.65
Hex B6 4B FF 1D 47 0 0 114 64 41
Octal 266 113 377 35 107 0 0 424 144 101
Binary 10110110 1001011 11111111 11101 1000111 0 0 100010100 1100100 1000001

Color Harmonies of #B64BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BFF

Black with #B64BFF

Text Example


Text Example

White with #B64BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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