Html Css Color HEX #BF43FF Medium Orchid

📋 copy color: '#BF43FF'

red 191 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #BF43FF

Tints of Medium Orchid #BF43FF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.06%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 37.23%
G = 13.06%
B = 49.71%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF43FF (or 0xBF43FF) is known color: Medium Orchid. HEX triplet: BF, 43 and FF. RGB value is (191,67,255). Sum of RGB (Red+Green+Blue) = 191+67+255=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43FF is #40BC00. Grayscale: #7C7C7C. Windows color (decimal): -4242433 or 16729023. OLE color: 16729023.

HSL color Cylindrical-coordinate representation of color #BF43FF: hue angle of 279.57º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF43FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 67 255 -
CMYK 0.25 0.74 0 0
HSL 279.57º 1% 0.63% -
HSV(B) 279.57º 0.74% 1% -
XYZ 41.54 22.31 96.72 -
YUV 125.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 191 67 255 0.25 0.74 0 0 279.57 1 0.63
Hex BF 43 FF 19 4A 0 0 118 64 3F
Octal 277 103 377 31 112 0 0 430 144 77
Binary 10111111 1000011 11111111 11001 1001010 0 0 100011000 1100100 111111

Color Harmonies of #BF43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43FF

Black with #BF43FF

Text Example


Text Example

White with #BF43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43FF; }

 p { color: rgb(191,67,255); }

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

background-color css

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

 a { background-color: rgb(191,67,255); }

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

border-color css

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

 span { border-color: rgb(191,67,255); }

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