Html Css Color HEX #BF3FFC Medium Orchid

📋 copy color: '#BF3FFC'

red 191 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #BF3FFC

Tints of Medium Orchid #BF3FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.45%

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

R = 37.75%
G = 12.45%
B = 49.8%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF3FFC (or 0xBF3FFC) is known color: Medium Orchid. HEX triplet: BF, 3F and FC. RGB value is (191,63,252). Sum of RGB (Red+Green+Blue) = 191+63+252=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FFC is #40C003. Grayscale: #7A7A7A. Windows color (decimal): -4243460 or 16531391. OLE color: 16531391.

HSL color Cylindrical-coordinate representation of color #BF3FFC: hue angle of 280.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3FFC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 63 252 -
CMYK 0.24 0.75 0 0.01
HSL 280.63º 0.97% 0.62% -
HSV(B) 280.63º 0.75% 0.99% -
XYZ 40.83 21.66 94.12 -
YUV 122.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 191 63 252 0.24 0.75 0 0.01 280.63 0.97 0.62
Hex BF 3F FC 18 4B 0 1 119 61 3E
Octal 277 77 374 30 113 0 1 431 141 76
Binary 10111111 111111 11111100 11000 1001011 0 1 100011001 1100001 111110

Color Harmonies of #BF3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FFC

Black with #BF3FFC

Text Example


Text Example

White with #BF3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FFC; }

 p { color: rgb(191,63,252); }

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

background-color css

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

 a { background-color: rgb(191,63,252); }

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

border-color css

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

 span { border-color: rgb(191,63,252); }

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