Html Css Color HEX #BF34CF Medium Orchid

📋 copy color: '#BF34CF'

red 191 ◦ green 52 ◦ blue 207

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

Shades of Medium Orchid #BF34CF

Tints of Medium Orchid #BF34CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

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

R = 42.44%
G = 11.56%
B = 46%

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

#BF34CF (or 0xBF34CF) is known color: Medium Orchid. HEX triplet: BF, 34 and CF. RGB value is (191,52,207). Sum of RGB (Red+Green+Blue) = 191+52+207=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34CF is #40CB30. Grayscale: #6E6E6E. Windows color (decimal): -4246321 or 13579455. OLE color: 13579455.

HSL color Cylindrical-coordinate representation of color #BF34CF: hue angle of 293.81º 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 #BF34CF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 52 207 -
CMYK 0.08 0.75 0 0.19
HSL 293.81º 0.62% 0.51% -
HSV(B) 293.81º 0.75% 0.81% -
XYZ 33.98 18.04 60.72 -
YUV 111.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 191 52 207 0.08 0.75 0 0.19 293.81 0.62 0.51
Hex BF 34 CF 8 4B 0 13 126 3E 33
Octal 277 64 317 10 113 0 23 446 76 63
Binary 10111111 110100 11001111 1000 1001011 0 10011 100100110 111110 110011

Color Harmonies of #BF34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34CF

Black with #BF34CF

Text Example


Text Example

White with #BF34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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