Html Css Color HEX #B738DA Medium Orchid

📋 copy color: '#B738DA'

red 183 ◦ green 56 ◦ blue 218

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

Shades of Medium Orchid #B738DA

Tints of Medium Orchid #B738DA

RGB

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

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

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

R = 40.04%
G = 12.25%
B = 47.7%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B738DA (or 0xB738DA) is known color: Medium Orchid. HEX triplet: B7, 38 and DA. RGB value is (183,56,218). Sum of RGB (Red+Green+Blue) = 183+56+218=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #B738DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738DA is #48C725. Grayscale: #6F6F6F. Windows color (decimal): -4769574 or 14301367. OLE color: 14301367.

HSL color Cylindrical-coordinate representation of color #B738DA: hue angle of 287.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B738DA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 56 218 -
CMYK 0.16 0.74 0 0.15
HSL 287.04º 0.69% 0.54% -
HSV(B) 287.04º 0.74% 0.85% -
XYZ 33.6 17.96 68.03 -
YUV 112.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 183 56 218 0.16 0.74 0 0.15 287.04 0.69 0.54
Hex B7 38 DA 10 4A 0 F 11F 45 36
Octal 267 70 332 20 112 0 17 437 105 66
Binary 10110111 111000 11011010 10000 1001010 0 1111 100011111 1000101 110110

Color Harmonies of #B738DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738DA

Black with #B738DA

Text Example


Text Example

White with #B738DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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