Html Css Color HEX #B64DFB Medium Orchid

📋 copy color: '#B64DFB'

red 182 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B64DFB

Tints of Medium Orchid #B64DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.1%

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

R = 35.69%
G = 15.1%
B = 49.22%

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

#B64DFB (or 0xB64DFB) is known color: Medium Orchid. HEX triplet: B6, 4D and FB. RGB value is (182,77,251). Sum of RGB (Red+Green+Blue) = 182+77+251=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B64DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFB is #49B204. Grayscale: #7F7F7F. Windows color (decimal): -4829701 or 16469430. OLE color: 16469430.

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

Color convert

RGB 182 77 251 -
CMYK 0.27 0.69 0 0.02
HSL 276.21º 0.96% 0.64% -
HSV(B) 276.21º 0.69% 0.98% -
XYZ 39.36 22.22 93.48 -
YUV 128.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 182 77 251 0.27 0.69 0 0.02 276.21 0.96 0.64
Hex B6 4D FB 1B 45 0 2 114 60 40
Octal 266 115 373 33 105 0 2 424 140 100
Binary 10110110 1001101 11111011 11011 1000101 0 10 100010100 1100000 1000000

Color Harmonies of #B64DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DFB

Black with #B64DFB

Text Example


Text Example

White with #B64DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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