Html Css Color HEX #BF5CF5 Medium Orchid

📋 copy color: '#BF5CF5'

red 191 ◦ green 92 ◦ blue 245

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

Shades of Medium Orchid #BF5CF5

Tints of Medium Orchid #BF5CF5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.42%

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 36.17%
G = 17.42%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF5CF5 (or 0xBF5CF5) is known color: Medium Orchid. HEX triplet: BF, 5C and F5. RGB value is (191,92,245). Sum of RGB (Red+Green+Blue) = 191+92+245=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF5CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CF5 is #40A30A. Grayscale: #8A8A8A. Windows color (decimal): -4236043 or 16080063. OLE color: 16080063.

HSL color Cylindrical-coordinate representation of color #BF5CF5: hue angle of 278.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5CF5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 92 245 -
CMYK 0.22 0.62 0 0.04
HSL 278.82º 0.88% 0.66% -
HSV(B) 278.82º 0.62% 0.96% -
XYZ 41.79 25.32 89.07 -
YUV 139.04 187.8 165.06 -
System Red Green Blue C M Y K H S L
Decimal 191 92 245 0.22 0.62 0 0.04 278.82 0.88 0.66
Hex BF 5C F5 16 3E 0 4 117 58 42
Octal 277 134 365 26 76 0 4 427 130 102
Binary 10111111 1011100 11110101 10110 111110 0 100 100010111 1011000 1000010

Color Harmonies of #BF5CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CF5

Black with #BF5CF5

Text Example


Text Example

White with #BF5CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CF5; }

 p { color: rgb(191,92,245); }

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

background-color css

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

 a { background-color: rgb(191,92,245); }

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

border-color css

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

 span { border-color: rgb(191,92,245); }

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