Html Css Color HEX #BF4DEA Medium Orchid

📋 copy color: '#BF4DEA'

red 191 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #BF4DEA

Tints of Medium Orchid #BF4DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

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

R = 38.05%
G = 15.34%
B = 46.61%

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

#BF4DEA (or 0xBF4DEA) is known color: Medium Orchid. HEX triplet: BF, 4D and EA. RGB value is (191,77,234). Sum of RGB (Red+Green+Blue) = 191+77+234=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF4DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DEA is #40B215. Grayscale: #808080. Windows color (decimal): -4239894 or 15355327. OLE color: 15355327.

HSL color Cylindrical-coordinate representation of color #BF4DEA: hue angle of 283.57º 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 #BF4DEA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 77 234 -
CMYK 0.18 0.67 0 0.08
HSL 283.57º 0.79% 0.61% -
HSV(B) 283.57º 0.67% 0.92% -
XYZ 38.99 22.32 80.1 -
YUV 128.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 191 77 234 0.18 0.67 0 0.08 283.57 0.79 0.61
Hex BF 4D EA 12 43 0 8 11C 4F 3D
Octal 277 115 352 22 103 0 10 434 117 75
Binary 10111111 1001101 11101010 10010 1000011 0 1000 100011100 1001111 111101

Color Harmonies of #BF4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DEA

Black with #BF4DEA

Text Example


Text Example

White with #BF4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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