Html Css Color HEX #BF63E9 Medium Orchid

📋 copy color: '#BF63E9'

red 191 ◦ green 99 ◦ blue 233

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

Shades of Medium Orchid #BF63E9

Tints of Medium Orchid #BF63E9

RGB

 RED value IS 191 (75% from 255) = 36.52%

 GREEN value IS 99 (39.06% from 255) = 18.93%

 BLUE value IS 233 (91.41% from 255) = 44.55%

R = 36.52%
G = 18.93%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF63E9 (or 0xBF63E9) is known color: Medium Orchid. HEX triplet: BF, 63 and E9. RGB value is (191,99,233). Sum of RGB (Red+Green+Blue) = 191+99+233=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63E9 is #409C16. Grayscale: #8D8D8D. Windows color (decimal): -4234263 or 15295423. OLE color: 15295423.

HSL color Cylindrical-coordinate representation of color #BF63E9: hue angle of 281.19º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF63E9 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 99 233 -
CMYK 0.18 0.58 0 0.09
HSL 281.19º 0.75% 0.65% -
HSV(B) 281.19º 0.58% 0.91% -
XYZ 40.66 25.88 79.94 -
YUV 141.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 191 99 233 0.18 0.58 0 0.09 281.19 0.75 0.65
Hex BF 63 E9 12 3A 0 9 119 4B 41
Octal 277 143 351 22 72 0 11 431 113 101
Binary 10111111 1100011 11101001 10010 111010 0 1001 100011001 1001011 1000001

Color Harmonies of #BF63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63E9

Black with #BF63E9

Text Example


Text Example

White with #BF63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63E9; }

 p { color: rgb(191,99,233); }

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

background-color css

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

 a { background-color: rgb(191,99,233); }

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

border-color css

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

 span { border-color: rgb(191,99,233); }

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