Html Css Color HEX #BF72CA Medium Orchid

📋 copy color: '#BF72CA'

red 191 ◦ green 114 ◦ blue 202

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

Shades of Medium Orchid #BF72CA

Tints of Medium Orchid #BF72CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 37.67%
G = 22.49%
B = 39.84%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF72CA (or 0xBF72CA) is known color: Medium Orchid. HEX triplet: BF, 72 and CA. RGB value is (191,114,202). Sum of RGB (Red+Green+Blue) = 191+114+202=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CA is #408D35. Grayscale: #929292. Windows color (decimal): -4230454 or 13267647. OLE color: 13267647.

HSL color Cylindrical-coordinate representation of color #BF72CA: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF72CA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 114 202 -
CMYK 0.05 0.44 0 0.21
HSL 292.5º 0.45% 0.62% -
HSV(B) 292.5º 0.44% 0.79% -
XYZ 38.16 27.38 59.15 -
YUV 147.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 191 114 202 0.05 0.44 0 0.21 292.5 0.45 0.62
Hex BF 72 CA 5 2C 0 15 124 2D 3E
Octal 277 162 312 5 54 0 25 444 55 76
Binary 10111111 1110010 11001010 101 101100 0 10101 100100100 101101 111110

Color Harmonies of #BF72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72CA

Black with #BF72CA

Text Example


Text Example

White with #BF72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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