Html Css Color HEX #B74CDE Medium Orchid

📋 copy color: '#B74CDE'

red 183 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #B74CDE

Tints of Medium Orchid #B74CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 38.05%
G = 15.8%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B74CDE (or 0xB74CDE) is known color: Medium Orchid. HEX triplet: B7, 4C and DE. RGB value is (183,76,222). Sum of RGB (Red+Green+Blue) = 183+76+222=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #B74CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CDE is #48B321. Grayscale: #7C7C7C. Windows color (decimal): -4764450 or 14568631. OLE color: 14568631.

HSL color Cylindrical-coordinate representation of color #B74CDE: hue angle of 283.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74CDE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 76 222 -
CMYK 0.18 0.66 0 0.13
HSL 283.97º 0.69% 0.58% -
HSV(B) 283.97º 0.66% 0.87% -
XYZ 35.3 20.51 71.21 -
YUV 124.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 183 76 222 0.18 0.66 0 0.13 283.97 0.69 0.58
Hex B7 4C DE 12 42 0 D 11C 45 3A
Octal 267 114 336 22 102 0 15 434 105 72
Binary 10110111 1001100 11011110 10010 1000010 0 1101 100011100 1000101 111010

Color Harmonies of #B74CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CDE

Black with #B74CDE

Text Example


Text Example

White with #B74CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CDE; }

 p { color: rgb(183,76,222); }

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

background-color css

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

 a { background-color: rgb(183,76,222); }

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

border-color css

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

 span { border-color: rgb(183,76,222); }

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