Html Css Color HEX #BF33CF Medium Orchid

📋 copy color: '#BF33CF'

red 191 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #BF33CF

Tints of Medium Orchid #BF33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

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

R = 42.54%
G = 11.36%
B = 46.1%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF33CF (or 0xBF33CF) is known color: Medium Orchid. HEX triplet: BF, 33 and CF. RGB value is (191,51,207). Sum of RGB (Red+Green+Blue) = 191+51+207=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33CF is #40CC30. Grayscale: #6E6E6E. Windows color (decimal): -4246577 or 13579199. OLE color: 13579199.

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

Color convert

RGB 191 51 207 -
CMYK 0.08 0.75 0 0.19
HSL 293.85º 0.62% 0.51% -
HSV(B) 293.85º 0.75% 0.81% -
XYZ 33.93 17.95 60.71 -
YUV 110.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 191 51 207 0.08 0.75 0 0.19 293.85 0.62 0.51
Hex BF 33 CF 8 4B 0 13 126 3E 33
Octal 277 63 317 10 113 0 23 446 76 63
Binary 10111111 110011 11001111 1000 1001011 0 10011 100100110 111110 110011

Color Harmonies of #BF33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33CF

Black with #BF33CF

Text Example


Text Example

White with #BF33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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