Html Css Color HEX #BF4BEA Medium Orchid

📋 copy color: '#BF4BEA'

red 191 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #BF4BEA

Tints of Medium Orchid #BF4BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

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

R = 38.2%
G = 15%
B = 46.8%

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

#BF4BEA (or 0xBF4BEA) is known color: Medium Orchid. HEX triplet: BF, 4B and EA. RGB value is (191,75,234). Sum of RGB (Red+Green+Blue) = 191+75+234=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BEA is #40B415. Grayscale: #7F7F7F. Windows color (decimal): -4240406 or 15354815. OLE color: 15354815.

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

Color convert

RGB 191 75 234 -
CMYK 0.18 0.68 0 0.08
HSL 283.77º 0.79% 0.61% -
HSV(B) 283.77º 0.68% 0.92% -
XYZ 38.85 22.05 80.05 -
YUV 127.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 191 75 234 0.18 0.68 0 0.08 283.77 0.79 0.61
Hex BF 4B EA 12 44 0 8 11C 4F 3D
Octal 277 113 352 22 104 0 10 434 117 75
Binary 10111111 1001011 11101010 10010 1000100 0 1000 100011100 1001111 111101

Color Harmonies of #BF4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BEA

Black with #BF4BEA

Text Example


Text Example

White with #BF4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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