Html Css Color HEX #BF42FC Medium Orchid

📋 copy color: '#BF42FC'

red 191 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #BF42FC

Tints of Medium Orchid #BF42FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.97%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 37.52%
G = 12.97%
B = 49.51%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF42FC (or 0xBF42FC) is known color: Medium Orchid. HEX triplet: BF, 42 and FC. RGB value is (191,66,252). Sum of RGB (Red+Green+Blue) = 191+66+252=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42FC is #40BD03. Grayscale: #7B7B7B. Windows color (decimal): -4242692 or 16532159. OLE color: 16532159.

HSL color Cylindrical-coordinate representation of color #BF42FC: hue angle of 280.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF42FC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 66 252 -
CMYK 0.24 0.74 0 0.01
HSL 280.32º 0.97% 0.62% -
HSV(B) 280.32º 0.74% 0.99% -
XYZ 41 22 94.18 -
YUV 124.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 191 66 252 0.24 0.74 0 0.01 280.32 0.97 0.62
Hex BF 42 FC 18 4A 0 1 118 61 3E
Octal 277 102 374 30 112 0 1 430 141 76
Binary 10111111 1000010 11111100 11000 1001010 0 1 100011000 1100001 111110

Color Harmonies of #BF42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42FC

Black with #BF42FC

Text Example


Text Example

White with #BF42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42FC; }

 p { color: rgb(191,66,252); }

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

background-color css

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

 a { background-color: rgb(191,66,252); }

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

border-color css

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

 span { border-color: rgb(191,66,252); }

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