Html Css Color HEX #BF72CF Medium Orchid

📋 copy color: '#BF72CF'

red 191 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #BF72CF

Tints of Medium Orchid #BF72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 37.3%
G = 22.27%
B = 40.43%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF72CF (or 0xBF72CF) is known color: Medium Orchid. HEX triplet: BF, 72 and CF. RGB value is (191,114,207). Sum of RGB (Red+Green+Blue) = 191+114+207=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CF is #408D30. Grayscale: #939393. Windows color (decimal): -4230449 or 13595327. OLE color: 13595327.

HSL color Cylindrical-coordinate representation of color #BF72CF: hue angle of 289.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF72CF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 114 207 -
CMYK 0.08 0.45 0 0.19
HSL 289.68º 0.49% 0.63% -
HSV(B) 289.68º 0.45% 0.81% -
XYZ 38.77 27.62 62.32 -
YUV 147.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 191 114 207 0.08 0.45 0 0.19 289.68 0.49 0.63
Hex BF 72 CF 8 2D 0 13 122 31 3F
Octal 277 162 317 10 55 0 23 442 61 77
Binary 10111111 1110010 11001111 1000 101101 0 10011 100100010 110001 111111

Color Harmonies of #BF72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72CF

Black with #BF72CF

Text Example


Text Example

White with #BF72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72CF; }

 p { color: rgb(191,114,207); }

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

background-color css

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

 a { background-color: rgb(191,114,207); }

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

border-color css

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

 span { border-color: rgb(191,114,207); }

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