Html Css Color HEX #BB2FDA Medium Orchid

📋 copy color: '#BB2FDA'

red 187 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #BB2FDA

Tints of Medium Orchid #BB2FDA

RGB

 RED value IS 187 (73.44% from 255) = 41.37%

 GREEN value IS 47 (18.75% from 255) = 10.4%

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

R = 41.37%
G = 10.4%
B = 48.23%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB2FDA (or 0xBB2FDA) is known color: Medium Orchid. HEX triplet: BB, 2F and DA. RGB value is (187,47,218). Sum of RGB (Red+Green+Blue) = 187+47+218=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FDA is #44D025. Grayscale: #6B6B6B. Windows color (decimal): -4509734 or 14299067. OLE color: 14299067.

HSL color Cylindrical-coordinate representation of color #BB2FDA: hue angle of 289.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2FDA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 47 218 -
CMYK 0.14 0.78 0 0.15
HSL 289.12º 0.7% 0.52% -
HSV(B) 289.12º 0.78% 0.85% -
XYZ 34.16 17.66 67.94 -
YUV 108.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 187 47 218 0.14 0.78 0 0.15 289.12 0.7 0.52
Hex BB 2F DA E 4E 0 F 121 46 34
Octal 273 57 332 16 116 0 17 441 106 64
Binary 10111011 101111 11011010 1110 1001110 0 1111 100100001 1000110 110100

Color Harmonies of #BB2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FDA

Black with #BB2FDA

Text Example


Text Example

White with #BB2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FDA; }

 p { color: rgb(187,47,218); }

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

background-color css

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

 a { background-color: rgb(187,47,218); }

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

border-color css

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

 span { border-color: rgb(187,47,218); }

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