Html Css Color HEX #B64FFB Medium Orchid

📋 copy color: '#B64FFB'

red 182 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #B64FFB

Tints of Medium Orchid #B64FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 35.55%
G = 15.43%
B = 49.02%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B64FFB (or 0xB64FFB) is known color: Medium Orchid. HEX triplet: B6, 4F and FB. RGB value is (182,79,251). Sum of RGB (Red+Green+Blue) = 182+79+251=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B64FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FFB is #49B004. Grayscale: #808080. Windows color (decimal): -4829189 or 16469942. OLE color: 16469942.

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

Color convert

RGB 182 79 251 -
CMYK 0.27 0.69 0 0.02
HSL 275.93º 0.96% 0.65% -
HSV(B) 275.93º 0.69% 0.98% -
XYZ 39.5 22.5 93.53 -
YUV 129.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 182 79 251 0.27 0.69 0 0.02 275.93 0.96 0.65
Hex B6 4F FB 1B 45 0 2 114 60 41
Octal 266 117 373 33 105 0 2 424 140 101
Binary 10110110 1001111 11111011 11011 1000101 0 10 100010100 1100000 1000001

Color Harmonies of #B64FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FFB

Black with #B64FFB

Text Example


Text Example

White with #B64FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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