Html Css Color HEX #B64CFC Medium Orchid

📋 copy color: '#B64CFC'

red 182 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #B64CFC

Tints of Medium Orchid #B64CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.9%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 35.69%
G = 14.9%
B = 49.41%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B64CFC (or 0xB64CFC) is known color: Medium Orchid. HEX triplet: B6, 4C and FC. RGB value is (182,76,252). Sum of RGB (Red+Green+Blue) = 182+76+252=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B64CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CFC is #49B303. Grayscale: #7F7F7F. Windows color (decimal): -4829956 or 16534710. OLE color: 16534710.

HSL color Cylindrical-coordinate representation of color #B64CFC: hue angle of 276.14º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64CFC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 76 252 -
CMYK 0.28 0.70 0 0.01
HSL 276.14º 0.97% 0.64% -
HSV(B) 276.14º 0.7% 0.99% -
XYZ 39.45 22.14 94.29 -
YUV 127.76 198.12 166.69 -
System Red Green Blue C M Y K H S L
Decimal 182 76 252 0.28 0.70 0 0.01 276.14 0.97 0.64
Hex B6 4C FC 1C 46 0 1 114 61 40
Octal 266 114 374 34 106 0 1 424 141 100
Binary 10110110 1001100 11111100 11100 1000110 0 1 100010100 1100001 1000000

Color Harmonies of #B64CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CFC

Black with #B64CFC

Text Example


Text Example

White with #B64CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CFC; }

 p { color: rgb(182,76,252); }

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

background-color css

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

 a { background-color: rgb(182,76,252); }

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

border-color css

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

 span { border-color: rgb(182,76,252); }

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