Html Css Color HEX #BF42FB Medium Orchid

📋 copy color: '#BF42FB'

red 191 ◦ green 66 ◦ blue 251

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

Shades of Medium Orchid #BF42FB

Tints of Medium Orchid #BF42FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 37.6%
G = 12.99%
B = 49.41%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF42FB (or 0xBF42FB) is known color: Medium Orchid. HEX triplet: BF, 42 and FB. RGB value is (191,66,251). Sum of RGB (Red+Green+Blue) = 191+66+251=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42FB is #40BD04. Grayscale: #7B7B7B. Windows color (decimal): -4242693 or 16466623. OLE color: 16466623.

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

Color convert

RGB 191 66 251 -
CMYK 0.24 0.74 0 0.02
HSL 280.54º 0.96% 0.62% -
HSV(B) 280.54º 0.74% 0.98% -
XYZ 40.85 21.94 93.35 -
YUV 124.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 191 66 251 0.24 0.74 0 0.02 280.54 0.96 0.62
Hex BF 42 FB 18 4A 0 2 119 60 3E
Octal 277 102 373 30 112 0 2 431 140 76
Binary 10111111 1000010 11111011 11000 1001010 0 10 100011001 1100000 111110

Color Harmonies of #BF42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42FB

Black with #BF42FB

Text Example


Text Example

White with #BF42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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