Html Css Color HEX #B64CF0 Medium Orchid

📋 copy color: '#B64CF0'

red 182 ◦ green 76 ◦ blue 240

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

Shades of Medium Orchid #B64CF0

Tints of Medium Orchid #B64CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 36.55%
G = 15.26%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B64CF0 (or 0xB64CF0) is known color: Medium Orchid. HEX triplet: B6, 4C and F0. RGB value is (182,76,240). Sum of RGB (Red+Green+Blue) = 182+76+240=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #B64CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CF0 is #49B30F. Grayscale: #7D7D7D. Windows color (decimal): -4829968 or 15748278. OLE color: 15748278.

HSL color Cylindrical-coordinate representation of color #B64CF0: hue angle of 278.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64CF0 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 76 240 -
CMYK 0.24 0.68 0 0.06
HSL 278.78º 0.85% 0.62% -
HSV(B) 278.78º 0.68% 0.94% -
XYZ 37.6 21.41 84.59 -
YUV 126.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 182 76 240 0.24 0.68 0 0.06 278.78 0.85 0.62
Hex B6 4C F0 18 44 0 6 117 55 3E
Octal 266 114 360 30 104 0 6 427 125 76
Binary 10110110 1001100 11110000 11000 1000100 0 110 100010111 1010101 111110

Color Harmonies of #B64CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CF0

Black with #B64CF0

Text Example


Text Example

White with #B64CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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