Html Css Color HEX #BB38FC Medium Orchid

📋 copy color: '#BB38FC'

red 187 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #BB38FC

Tints of Medium Orchid #BB38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.31%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 37.78%
G = 11.31%
B = 50.91%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB38FC (or 0xBB38FC) is known color: Medium Orchid. HEX triplet: BB, 38 and FC. RGB value is (187,56,252). Sum of RGB (Red+Green+Blue) = 187+56+252=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB38FC is #44C703. Grayscale: #747474. Windows color (decimal): -4507396 or 16529595. OLE color: 16529595.

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

Color convert

RGB 187 56 252 -
CMYK 0.26 0.78 0 0.01
HSL 280.1º 0.97% 0.6% -
HSV(B) 280.1º 0.78% 0.99% -
XYZ 39.48 20.42 93.96 -
YUV 117.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 187 56 252 0.26 0.78 0 0.01 280.1 0.97 0.6
Hex BB 38 FC 1A 4E 0 1 118 61 3C
Octal 273 70 374 32 116 0 1 430 141 74
Binary 10111011 111000 11111100 11010 1001110 0 1 100011000 1100001 111100

Color Harmonies of #BB38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38FC

Black with #BB38FC

Text Example


Text Example

White with #BB38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38FC; }

 p { color: rgb(187,56,252); }

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

background-color css

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

 a { background-color: rgb(187,56,252); }

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

border-color css

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

 span { border-color: rgb(187,56,252); }

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