Html Css Color HEX #B738CC Medium Orchid

📋 copy color: '#B738CC'

red 183 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #B738CC

Tints of Medium Orchid #B738CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 41.31%
G = 12.64%
B = 46.05%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B738CC (or 0xB738CC) is known color: Medium Orchid. HEX triplet: B7, 38 and CC. RGB value is (183,56,204). Sum of RGB (Red+Green+Blue) = 183+56+204=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B738CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738CC is #48C733. Grayscale: #6E6E6E. Windows color (decimal): -4769588 or 13383863. OLE color: 13383863.

HSL color Cylindrical-coordinate representation of color #B738CC: hue angle of 291.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B738CC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 56 204 -
CMYK 0.10 0.73 0 0.2
HSL 291.49º 0.59% 0.51% -
HSV(B) 291.49º 0.73% 0.8% -
XYZ 31.84 17.26 58.78 -
YUV 110.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 183 56 204 0.10 0.73 0 0.2 291.49 0.59 0.51
Hex B7 38 CC A 49 0 14 123 3B 33
Octal 267 70 314 12 111 0 24 443 73 63
Binary 10110111 111000 11001100 1010 1001001 0 10100 100100011 111011 110011

Color Harmonies of #B738CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738CC

Black with #B738CC

Text Example


Text Example

White with #B738CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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