Html Css Color HEX #B64FFF Medium Orchid

📋 copy color: '#B64FFF'

red 182 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #B64FFF

Tints of Medium Orchid #B64FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.31%

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

R = 35.27%
G = 15.31%
B = 49.42%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B64FFF (or 0xB64FFF) is known color: Medium Orchid. HEX triplet: B6, 4F and FF. RGB value is (182,79,255). Sum of RGB (Red+Green+Blue) = 182+79+255=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B64FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FFF is #49B000. Grayscale: #818181. Windows color (decimal): -4829185 or 16732086. OLE color: 16732086.

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

Color convert

RGB 182 79 255 -
CMYK 0.29 0.69 0 0
HSL 275.11º 1% 0.65% -
HSV(B) 275.11º 0.69% 1% -
XYZ 40.14 22.76 96.88 -
YUV 129.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 182 79 255 0.29 0.69 0 0 275.11 1 0.65
Hex B6 4F FF 1D 45 0 0 113 64 41
Octal 266 117 377 35 105 0 0 423 144 101
Binary 10110110 1001111 11111111 11101 1000101 0 0 100010011 1100100 1000001

Color Harmonies of #B64FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FFF

Black with #B64FFF

Text Example


Text Example

White with #B64FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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