Html Css Color HEX #BF4CF2 Medium Orchid

📋 copy color: '#BF4CF2'

red 191 ◦ green 76 ◦ blue 242

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

Shades of Medium Orchid #BF4CF2

Tints of Medium Orchid #BF4CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 37.52%
G = 14.93%
B = 47.54%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF4CF2 (or 0xBF4CF2) is known color: Medium Orchid. HEX triplet: BF, 4C and F2. RGB value is (191,76,242). Sum of RGB (Red+Green+Blue) = 191+76+242=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF4CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CF2 is #40B30D. Grayscale: #808080. Windows color (decimal): -4240142 or 15879359. OLE color: 15879359.

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

Color convert

RGB 191 76 242 -
CMYK 0.21 0.69 0 0.05
HSL 281.57º 0.86% 0.62% -
HSV(B) 281.57º 0.69% 0.95% -
XYZ 40.1 22.66 86.26 -
YUV 129.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 191 76 242 0.21 0.69 0 0.05 281.57 0.86 0.62
Hex BF 4C F2 15 45 0 5 11A 56 3E
Octal 277 114 362 25 105 0 5 432 126 76
Binary 10111111 1001100 11110010 10101 1000101 0 101 100011010 1010110 111110

Color Harmonies of #BF4CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CF2

Black with #BF4CF2

Text Example


Text Example

White with #BF4CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CF2; }

 p { color: rgb(191,76,242); }

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

background-color css

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

 a { background-color: rgb(191,76,242); }

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

border-color css

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

 span { border-color: rgb(191,76,242); }

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