Html Css Color HEX #B64FFD Medium Orchid

📋 copy color: '#B64FFD'

red 182 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B64FFD

Tints of Medium Orchid #B64FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 35.41%
G = 15.37%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B64FFD (or 0xB64FFD) is known color: Medium Orchid. HEX triplet: B6, 4F and FD. RGB value is (182,79,253). Sum of RGB (Red+Green+Blue) = 182+79+253=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #B64FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FFD is #49B002. Grayscale: #818181. Windows color (decimal): -4829187 or 16601014. OLE color: 16601014.

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

Color convert

RGB 182 79 253 -
CMYK 0.28 0.69 0 0.01
HSL 275.52º 0.98% 0.65% -
HSV(B) 275.52º 0.69% 0.99% -
XYZ 39.82 22.63 95.2 -
YUV 129.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 182 79 253 0.28 0.69 0 0.01 275.52 0.98 0.65
Hex B6 4F FD 1C 45 0 1 114 62 41
Octal 266 117 375 34 105 0 1 424 142 101
Binary 10110110 1001111 11111101 11100 1000101 0 1 100010100 1100010 1000001

Color Harmonies of #B64FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FFD

Black with #B64FFD

Text Example


Text Example

White with #B64FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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