Html Css Color HEX #BB3BFD Medium Orchid

📋 copy color: '#BB3BFD'

red 187 ◦ green 59 ◦ blue 253

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

Shades of Medium Orchid #BB3BFD

Tints of Medium Orchid #BB3BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.82%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 37.47%
G = 11.82%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB3BFD (or 0xBB3BFD) is known color: Medium Orchid. HEX triplet: BB, 3B and FD. RGB value is (187,59,253). Sum of RGB (Red+Green+Blue) = 187+59+253=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB3BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFD is #44C402. Grayscale: #767676. Windows color (decimal): -4506627 or 16595899. OLE color: 16595899.

HSL color Cylindrical-coordinate representation of color #BB3BFD: hue angle of 279.59º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3BFD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 59 253 -
CMYK 0.26 0.77 0 0.01
HSL 279.59º 0.98% 0.61% -
HSV(B) 279.59º 0.77% 0.99% -
XYZ 39.79 20.78 94.84 -
YUV 119.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 187 59 253 0.26 0.77 0 0.01 279.59 0.98 0.61
Hex BB 3B FD 1A 4D 0 1 118 62 3D
Octal 273 73 375 32 115 0 1 430 142 75
Binary 10111011 111011 11111101 11010 1001101 0 1 100011000 1100010 111101

Color Harmonies of #BB3BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BFD

Black with #BB3BFD

Text Example


Text Example

White with #BB3BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BFD; }

 p { color: rgb(187,59,253); }

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

background-color css

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

 a { background-color: rgb(187,59,253); }

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

border-color css

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

 span { border-color: rgb(187,59,253); }

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