Html Css Color HEX #B738FF Medium Orchid

📋 copy color: '#B738FF'

red 183 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #B738FF

Tints of Medium Orchid #B738FF

RGB

 RED value IS 183 (71.88% from 255) = 37.04%

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 37.04%
G = 11.34%
B = 51.62%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B738FF (or 0xB738FF) is known color: Medium Orchid. HEX triplet: B7, 38 and FF. RGB value is (183,56,255). Sum of RGB (Red+Green+Blue) = 183+56+255=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B738FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B738FF is #48C700. Grayscale: #737373. Windows color (decimal): -4769537 or 16726199. OLE color: 16726199.

HSL color Cylindrical-coordinate representation of color #B738FF: hue angle of 278.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B738FF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 56 255 -
CMYK 0.28 0.78 0 0
HSL 278.29º 1% 0.61% -
HSV(B) 278.29º 0.78% 1% -
XYZ 38.99 20.12 96.44 -
YUV 116.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 183 56 255 0.28 0.78 0 0 278.29 1 0.61
Hex B7 38 FF 1C 4E 0 0 116 64 3D
Octal 267 70 377 34 116 0 0 426 144 75
Binary 10110111 111000 11111111 11100 1001110 0 0 100010110 1100100 111101

Color Harmonies of #B738FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738FF

Black with #B738FF

Text Example


Text Example

White with #B738FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738FF; }

 p { color: rgb(183,56,255); }

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

background-color css

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

 a { background-color: rgb(183,56,255); }

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

border-color css

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

 span { border-color: rgb(183,56,255); }

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