Html Css Color HEX #BB3DFD Medium Orchid

📋 copy color: '#BB3DFD'

red 187 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #BB3DFD

Tints of Medium Orchid #BB3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.18%

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

R = 37.33%
G = 12.18%
B = 50.5%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB3DFD (or 0xBB3DFD) is known color: Medium Orchid. HEX triplet: BB, 3D and FD. RGB value is (187,61,253). Sum of RGB (Red+Green+Blue) = 187+61+253=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DFD is #44C202. Grayscale: #777777. Windows color (decimal): -4506115 or 16596411. OLE color: 16596411.

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

Color convert

RGB 187 61 253 -
CMYK 0.26 0.76 0 0.01
HSL 279.38º 0.98% 0.62% -
HSV(B) 279.38º 0.76% 0.99% -
XYZ 39.89 20.99 94.88 -
YUV 120.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 187 61 253 0.26 0.76 0 0.01 279.38 0.98 0.62
Hex BB 3D FD 1A 4C 0 1 117 62 3E
Octal 273 75 375 32 114 0 1 427 142 76
Binary 10111011 111101 11111101 11010 1001100 0 1 100010111 1100010 111110

Color Harmonies of #BB3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DFD

Black with #BB3DFD

Text Example


Text Example

White with #BB3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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