Html Css Color HEX #B64CF1 Medium Orchid

📋 copy color: '#B64CF1'

red 182 ◦ green 76 ◦ blue 241

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

Shades of Medium Orchid #B64CF1

Tints of Medium Orchid #B64CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 36.47%
G = 15.23%
B = 48.3%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B64CF1 (or 0xB64CF1) is known color: Medium Orchid. HEX triplet: B6, 4C and F1. RGB value is (182,76,241). Sum of RGB (Red+Green+Blue) = 182+76+241=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #B64CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CF1 is #49B30E. Grayscale: #7D7D7D. Windows color (decimal): -4829967 or 15813814. OLE color: 15813814.

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

Color convert

RGB 182 76 241 -
CMYK 0.24 0.68 0 0.05
HSL 278.55º 0.85% 0.62% -
HSV(B) 278.55º 0.68% 0.95% -
XYZ 37.75 21.46 85.37 -
YUV 126.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 182 76 241 0.24 0.68 0 0.05 278.55 0.85 0.62
Hex B6 4C F1 18 44 0 5 117 55 3E
Octal 266 114 361 30 104 0 5 427 125 76
Binary 10110110 1001100 11110001 11000 1000100 0 101 100010111 1010101 111110

Color Harmonies of #B64CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CF1

Black with #B64CF1

Text Example


Text Example

White with #B64CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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