Html Css Color HEX #BF33DA Medium Orchid

📋 copy color: '#BF33DA'

red 191 ◦ green 51 ◦ blue 218

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

Shades of Medium Orchid #BF33DA

Tints of Medium Orchid #BF33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 41.52%
G = 11.09%
B = 47.39%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF33DA (or 0xBF33DA) is known color: Medium Orchid. HEX triplet: BF, 33 and DA. RGB value is (191,51,218). Sum of RGB (Red+Green+Blue) = 191+51+218=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33DA is #40CC25. Grayscale: #6F6F6F. Windows color (decimal): -4246566 or 14300095. OLE color: 14300095.

HSL color Cylindrical-coordinate representation of color #BF33DA: hue angle of 290.3º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF33DA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 51 218 -
CMYK 0.12 0.77 0 0.15
HSL 290.3º 0.69% 0.53% -
HSV(B) 290.3º 0.77% 0.85% -
XYZ 35.32 18.51 68.04 -
YUV 111.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 191 51 218 0.12 0.77 0 0.15 290.3 0.69 0.53
Hex BF 33 DA C 4D 0 F 122 45 35
Octal 277 63 332 14 115 0 17 442 105 65
Binary 10111111 110011 11011010 1100 1001101 0 1111 100100010 1000101 110101

Color Harmonies of #BF33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33DA

Black with #BF33DA

Text Example


Text Example

White with #BF33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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