Html Css Color HEX #BF4AEA Medium Orchid

📋 copy color: '#BF4AEA'

red 191 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #BF4AEA

Tints of Medium Orchid #BF4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.83%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 38.28%
G = 14.83%
B = 46.89%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF4AEA (or 0xBF4AEA) is known color: Medium Orchid. HEX triplet: BF, 4A and EA. RGB value is (191,74,234). Sum of RGB (Red+Green+Blue) = 191+74+234=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AEA is #40B515. Grayscale: #7E7E7E. Windows color (decimal): -4240662 or 15354559. OLE color: 15354559.

HSL color Cylindrical-coordinate representation of color #BF4AEA: hue angle of 283.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4AEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 74 234 -
CMYK 0.18 0.68 0 0.08
HSL 283.88º 0.79% 0.6% -
HSV(B) 283.88º 0.68% 0.92% -
XYZ 38.79 21.91 80.03 -
YUV 127.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 191 74 234 0.18 0.68 0 0.08 283.88 0.79 0.6
Hex BF 4A EA 12 44 0 8 11C 4F 3C
Octal 277 112 352 22 104 0 10 434 117 74
Binary 10111111 1001010 11101010 10010 1000100 0 1000 100011100 1001111 111100

Color Harmonies of #BF4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AEA

Black with #BF4AEA

Text Example


Text Example

White with #BF4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AEA; }

 p { color: rgb(191,74,234); }

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

background-color css

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

 a { background-color: rgb(191,74,234); }

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

border-color css

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

 span { border-color: rgb(191,74,234); }

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