Html Css Color HEX #B64FFA Medium Orchid

📋 copy color: '#B64FFA'

red 182 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #B64FFA

Tints of Medium Orchid #B64FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 35.62%
G = 15.46%
B = 48.92%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B64FFA (or 0xB64FFA) is known color: Medium Orchid. HEX triplet: B6, 4F and FA. RGB value is (182,79,250). Sum of RGB (Red+Green+Blue) = 182+79+250=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #B64FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FFA is #49B005. Grayscale: #808080. Windows color (decimal): -4829190 or 16404406. OLE color: 16404406.

HSL color Cylindrical-coordinate representation of color #B64FFA: hue angle of 276.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64FFA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 79 250 -
CMYK 0.27 0.68 0 0.02
HSL 276.14º 0.94% 0.65% -
HSV(B) 276.14º 0.68% 0.98% -
XYZ 39.34 22.44 92.7 -
YUV 129.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 182 79 250 0.27 0.68 0 0.02 276.14 0.94 0.65
Hex B6 4F FA 1B 44 0 2 114 5E 41
Octal 266 117 372 33 104 0 2 424 136 101
Binary 10110110 1001111 11111010 11011 1000100 0 10 100010100 1011110 1000001

Color Harmonies of #B64FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FFA

Black with #B64FFA

Text Example


Text Example

White with #B64FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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