Html Css Color HEX #BF4EEA Medium Orchid

📋 copy color: '#BF4EEA'

red 191 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #BF4EEA

Tints of Medium Orchid #BF4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.51%

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

R = 37.97%
G = 15.51%
B = 46.52%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF4EEA (or 0xBF4EEA) is known color: Medium Orchid. HEX triplet: BF, 4E and EA. RGB value is (191,78,234). Sum of RGB (Red+Green+Blue) = 191+78+234=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EEA is #40B115. Grayscale: #818181. Windows color (decimal): -4239638 or 15355583. OLE color: 15355583.

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

Color convert

RGB 191 78 234 -
CMYK 0.18 0.67 0 0.08
HSL 283.46º 0.79% 0.61% -
HSV(B) 283.46º 0.67% 0.92% -
XYZ 39.06 22.47 80.12 -
YUV 129.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 191 78 234 0.18 0.67 0 0.08 283.46 0.79 0.61
Hex BF 4E EA 12 43 0 8 11B 4F 3D
Octal 277 116 352 22 103 0 10 433 117 75
Binary 10111111 1001110 11101010 10010 1000011 0 1000 100011011 1001111 111101

Color Harmonies of #BF4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EEA

Black with #BF4EEA

Text Example


Text Example

White with #BF4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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